/third_party/ffmpeg/libavcodec/ |
D | flac_parser.c | 117 static uint8_t *flac_fifo_read_wrap(FLACParseContext *fpc, int offset, int len, in flac_fifo_read_wrap() argument 120 AVFifoBuffer *f = fpc->fifo_buf; in flac_fifo_read_wrap() 132 av_log(fpc->avctx, AV_LOG_ERROR, in flac_fifo_read_wrap() 157 static uint8_t *flac_fifo_read(FLACParseContext *fpc, int offset, int *len) in flac_fifo_read() argument 159 AVFifoBuffer *f = fpc->fifo_buf; in flac_fifo_read() 168 static int find_headers_search_validate(FLACParseContext *fpc, int offset) in find_headers_search_validate() argument 173 header_buf = flac_fifo_read_wrap(fpc, offset, in find_headers_search_validate() 175 &fpc->wrap_buf, in find_headers_search_validate() 176 &fpc->wrap_buf_allocated_size); in find_headers_search_validate() 177 if (frame_header_is_valid(fpc->avctx, header_buf, &fi)) { in find_headers_search_validate() [all …]
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 49 temp(struct nvfx_fpc *fpc) in temp() argument 51 int idx = __builtin_ctzll(~fpc->r_temps); in temp() 53 if (idx >= fpc->max_temps) { in temp() 58 fpc->r_temps |= (1ULL << idx); in temp() 59 fpc->r_temps_discard |= (1ULL << idx); in temp() 64 release_temps(struct nvfx_fpc *fpc) in release_temps() argument 66 fpc->r_temps &= ~fpc->r_temps_discard; in release_temps() 67 fpc->r_temps_discard = 0ULL; in release_temps() 71 nvfx_fp_imm(struct nvfx_fpc *fpc, float a, float b, float c, float d) in nvfx_fp_imm() argument 74 int idx = fpc->imm_data.size >> 4; in nvfx_fp_imm() [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | NumberFormatTestCases.txt | 77 fpc: "en_US" 1234.56/USD "$1,234.56" 1234.56/USD 78 fpc: - 1234.56/JPY "\u00A51,235" 1235/JPY 81 #fpc: - 123/QQQ "QQQ123.00" 123/QQQ # QQQ is fake 82 fpc: - 123/GTQ "GTQ 123.00" 123/GTQ 84 fpc: - 1/INR "\u20b91.00" 1/INR 85 fpc: - 2/INR "\u20b92.00" 2/INR 87 fpc: - 100/YDD "YDD 100.00" 100/YDD 88 fpc: - 100/CNY "CN\u00a5100.00" 100/CNY
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/format/ |
D | NumberFormatTestCases.txt | 80 fpc: "en_US" 1234.56/USD "$1,234.56" 1234.56/USD 81 fpc: - 1234.56/JPY "¥1,235" 1235/JPY 84 # fpc: - 123/QQQ "QQQ123.00" 123/QQQ # QQQ is fake 85 fpc: - 123/GTQ "GTQ 123.00" 123/GTQ 87 fpc: - 1/INR "₹1.00" 1/INR 89 fpc: - 2/INR "₹2.00" 2/INR 91 fpc: - 100/YDD "YDD 100.00" 100/YDD 92 fpc: - 100/CNY "CN¥100.00" 100/CNY
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatTestCases.txt | 80 fpc: "en_US" 1234.56/USD "$1,234.56" 1234.56/USD 81 fpc: - 1234.56/JPY "¥1,235" 1235/JPY 84 # fpc: - 123/QQQ "QQQ123.00" 123/QQQ # QQQ is fake 85 fpc: - 123/GTQ "GTQ 123.00" 123/GTQ 87 fpc: - 1/INR "₹1.00" 1/INR 89 fpc: - 2/INR "₹2.00" 2/INR 91 fpc: - 100/YDD "YDD 100.00" 100/YDD 92 fpc: - 100/CNY "CN¥100.00" 100/CNY
|
/third_party/musl/src/fenv/s390x/ |
D | fenv.c | 6 unsigned fpc; in get_fpc() local 7 __asm__ __volatile__("efpc %0" : "=r"(fpc)); in get_fpc() 8 return fpc; in get_fpc() 11 static inline void set_fpc(unsigned fpc) in set_fpc() argument 13 __asm__ __volatile__("sfpc %0" :: "r"(fpc)); in set_fpc()
|
/third_party/musl/arch/s390x/bits/ |
D | user.h | 10 unsigned fpc; member 22 unsigned fpc; member
|
D | signal.h | 24 unsigned fpc; member 45 unsigned fpc; member
|
/third_party/icu/icu4c/source/test/intltest/ |
D | pptest.cpp | 117 FieldPosition fpc(fp); in TestFieldPosition() local 118 if (fpc.getField() == 7) { in TestFieldPosition()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-linkage.h | 157 const DoubleRegister* fp, int fpc) in LinkageAllocator() argument 158 : gp_count_(gpc), gp_regs_(gp), fp_count_(fpc), fp_regs_(fp) {} in LinkageAllocator()
|
/third_party/openssl/crypto/poly1305/ |
D | poly1305_ieee754.c | 101 static const u32 fpc = 1; variable 146 asm volatile ("lfpc %0"::"m"(fpc)); in poly1305_init() 268 asm volatile ("lfpc %0"::"m"(fpc)); in poly1305_blocks()
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/ |
D | poly1305_ieee754.c | 101 static const u32 fpc = 1; variable 146 asm volatile ("lfpc %0"::"m"(fpc)); in poly1305_init() 268 asm volatile ("lfpc %0"::"m"(fpc)); in poly1305_blocks()
|
/third_party/elfutils/tests/ |
D | run-readelf-mixed-corenote.sh | 138 fpc: 0x00000000 199 fpc: 0x00000000
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.td | 301 def FPC : SystemZReg<"fpc">;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
D | s390x.rs | 163 pub fpc: u32,
|
/third_party/skia/ |
D | go.sum | 572 github.com/fatih/camelcase v1.0.0/go.mod h1:yN2Sb0lFhZJUdVvtELVWefmrXpuZESvPmqwoZc+/fpc=
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 47284 z%V)gSe%-GQpMCAw8#AGn%N{@Qkms&xK?fFeFdH2>%fpc|<aPL5T#B$ZYef+aU6)=m
|