| /third_party/elfutils/src/ |
| H A D | unstrip.c | 842 collect_symbols(Elf *outelf, bool rel, Elf_Scn *symscn, Elf_Scn *strscn, const size_t nent, const GElf_Addr bias, const size_t scnmap[], struct symbol *table, size_t *map, struct section *split_bss) collect_symbols() argument [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | qdm2.c | 108 const float *table; member [all...] |
| H A D | wmavoice.c | 862 dequant_lsps(double *lsps, int num, const uint16_t *values, const uint16_t *sizes, int n_stages, const uint8_t *table, const double *mul_q, const double *base_q) dequant_lsps() argument [all...] |
| H A D | rv34.c | 182 static int rv34_decode_cbp(GetBitContext *gb, RV34VLC *vlc, int table) in rv34_decode_cbp() argument [all...] |
| H A D | wavpack.c | 417 static void init_ptable(int *table, int rate_i, int rate_s) in init_ptable() argument
|
| /third_party/curl/lib/vtls/ |
| H A D | vtls.c | 860 struct curl_slist **table; in Curl_ssl_init_certinfo() local
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | ShaderLang.cpp | 1585 ShSetVirtualAttributeBindings(const ShHandle handle, const ShBindingTable* table) ShSetVirtualAttributeBindings() argument 1604 ShSetFixedAttributeBindings(const ShHandle handle, const ShBindingTable* table) ShSetFixedAttributeBindings() argument [all...] |
| H A D | SymbolTable.h | 944 std::vector<TSymbolTableLevel*> table; global() member in glslang::TSymbolTable [all...] |
| /third_party/ffmpeg/libswscale/ |
| H A D | utils.c | 766 static void fill_rgb2yuv_table(SwsContext *c, const int table[4], int dstRange) in fill_rgb2yuv_table() argument 901 sws_setColorspaceDetails(struct SwsContext *c, const int inv_table[4], int srcRange, const int table[4], int dstRange, int brightness, int contrast, int saturation) sws_setColorspaceDetails() argument 1058 sws_getColorspaceDetails(struct SwsContext *c, int **inv_table, int *srcRange, int **table, int *dstRange, int *brightness, int *contrast, int *saturation) sws_getColorspaceDetails() argument [all...] |
| /third_party/backends/backend/genesys/ |
| H A D | low.cpp | 1745 auto table = create_slope_table_for_speed(motor_profile.slope, target_speed_w, in create_slope_table() local [all...] |
| /third_party/curl/lib/ |
| H A D | mime.c | 291 const char * const *table; in escape_string() local
|
| /third_party/icu/icu4c/source/tools/genrb/ |
| H A D | parse.cpp | 1520 realParseTable(ParseState* state, TableResource *table, cha argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | ucnv2022.cpp | 1124 const uint16_t *table; in MBCS_FROM_UCHAR32_ISO2022() local 1193 const uint16_t *table; in MBCS_SINGLE_FROM_UCHAR32() local [all...] |
| H A D | ucnvmbcs.cpp | 859 const uint16_t *table; ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 1261 const uint16_t *table, *results; _EBCDICSwapLFNL() local 1409 const uint16_t *table; writeStage3Roundtrip() local 3414 const uint16_t *table; ucnv_MBCSDoubleFromUnicodeWithOffsets() local 3646 const uint16_t *table; ucnv_MBCSSingleFromUnicodeWithOffsets() local 3822 const uint16_t *table; ucnv_MBCSSingleFromBMPWithOffsets() local 4079 const uint16_t *table; ucnv_MBCSFromUnicodeWithOffsets() local 4838 const uint16_t *table; ucnv_MBCSFromUChar32() local 5028 const uint16_t *table, *sbcsIndex; ucnv_SBCSFromUTF8() local 5330 const uint16_t *table, *mbcsIndex; ucnv_DBCSFromUTF8() local [all...] |
| H A D | umutablecptrie.cpp | 918 uint32_t *table = nullptr; global() member in __anon3198::MixedBlocks [all...] |
| /third_party/icu/tools/colprobe/ |
| H A D | sortedlines.cpp | 268 SortedLines::setSortingArray(Line **sortingArray, Hashtable *table) { in setSortingArray() argument
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | module-instantiate.cc | 609 const WasmTable& table = module_->tables[i]; in Build() local 621 const WasmTable& table = module_->tables[i]; in Build() local 636 const WasmTable& table = module_->tables[i]; Build() local 717 const WasmTable& table = module_->tables[table_index]; Build() local 1277 const WasmTable& table = module_->tables[table_index]; ProcessImportedTable() local 1970 const WasmTable& table = module_->tables[table_index]; InitializeNonDefaultableTables() local [all...] |
| /third_party/node/deps/brotli/c/dec/ |
| H A D | decode.c | 368 static BROTLI_INLINE uint32_t ReadSymbol(const HuffmanCode* table, in ReadSymbol() argument 350 DecodeSymbol(uint32_t bits, const HuffmanCode* table, BrotliBitReader* br) DecodeSymbol() argument 375 SafeDecodeSymbol( const HuffmanCode* table, BrotliBitReader* br, uint32_t* result) SafeDecodeSymbol() argument 415 SafeReadSymbol( const HuffmanCode* table, BrotliBitReader* br, uint32_t* result) SafeReadSymbol() argument 426 PreloadSymbol(int safe, const HuffmanCode* table, BrotliBitReader* br, uint32_t* bits, uint32_t* value) PreloadSymbol() argument 442 ReadPreloadedSymbol(const HuffmanCode* table, BrotliBitReader* br, uint32_t* bits, uint32_t* value) ReadPreloadedSymbol() argument 748 ReadHuffmanCode(uint32_t alphabet_size_max, uint32_t alphabet_size_limit, HuffmanCode* table, uint32_t* opt_table_size, BrotliDecoderState* s) ReadHuffmanCode() argument 873 ReadBlockLength(const HuffmanCode* table, BrotliBitReader* br) ReadBlockLength() argument 884 SafeReadBlockLength( BrotliDecoderState* s, uint32_t* result, const HuffmanCode* table, BrotliBitReader* br) SafeReadBlockLength() argument [all...] |
| H A D | state.h | 208 HuffmanCode table[32]; member
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ucnvmbcs.cpp | 859 const uint16_t *table; ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 1261 const uint16_t *table, *results; _EBCDICSwapLFNL() local 1409 const uint16_t *table; writeStage3Roundtrip() local 3414 const uint16_t *table; ucnv_MBCSDoubleFromUnicodeWithOffsets() local 3646 const uint16_t *table; ucnv_MBCSSingleFromUnicodeWithOffsets() local 3822 const uint16_t *table; ucnv_MBCSSingleFromBMPWithOffsets() local 4079 const uint16_t *table; ucnv_MBCSFromUnicodeWithOffsets() local 4838 const uint16_t *table; ucnv_MBCSFromUChar32() local 5028 const uint16_t *table, *sbcsIndex; ucnv_SBCSFromUTF8() local 5330 const uint16_t *table, *mbcsIndex; ucnv_DBCSFromUTF8() local [all...] |
| H A D | ucnv2022.cpp | 1124 const uint16_t *table; in MBCS_FROM_UCHAR32_ISO2022() local 1193 const uint16_t *table; in MBCS_SINGLE_FROM_UCHAR32() local [all...] |
| H A D | umutablecptrie.cpp | 918 uint32_t *table = nullptr; global() member in __anon11850::MixedBlocks [all...] |
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_allocator.c | 146 anv_state_table_init(struct anv_state_table *table, in anv_state_table_init() argument 188 anv_state_table_expand_range(struct anv_state_table *table, uint32_t size) anv_state_table_expand_range() argument 229 anv_state_table_grow(struct anv_state_table *table) anv_state_table_grow() argument 264 anv_state_table_finish(struct anv_state_table *table) anv_state_table_finish() argument 279 anv_state_table_add(struct anv_state_table *table, uint32_t *idx, uint32_t count) anv_state_table_add() argument 322 anv_free_list_push(union anv_free_list *list, struct anv_state_table *table, uint32_t first, uint32_t count) anv_free_list_push() argument 343 anv_free_list_pop(union anv_free_list *list, struct anv_state_table *table) anv_free_list_pop() argument [all...] |
| /third_party/node/deps/icu-small/source/tools/genrb/ |
| H A D | parse.cpp | 1520 realParseTable(ParseState* state, TableResource *table, cha argument [all...] |
| /third_party/mesa3d/src/intel/tools/ |
| H A D | aubinator_viewer.cpp | 565 const uint64_t *table = (const uint64_t *) ((const uint8_t *) table_bo.map + in display_pml4_level() local
|