/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 2968 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 2419 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 4582 Label* const table = AddJumpTable(cases, case_count); in AssembleArchTableSwitch() local
|
H A D | instruction-selector-x64.cc | 3587 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 3353 Label* const table = AddJumpTable(cases, case_count); in AssembleArchTableSwitch() local
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 255 static Operand JumpTable(Register index, ScaleFactor scale, Label* table) { in JumpTable() argument
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-printer.cc | 934 void PrintOrderedHashTableHeaderAndBuckets(std::ostream& os, T table, in PrintOrderedHashTableHeaderAndBuckets() argument 956 PrintHashTableHeader(std::ostream& os, T table, const char* type) PrintHashTableHeader() argument [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-util.c | 1693 static const char table[] = in make_random_dir() local
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | encode.c | 238 int* table; in GetHashTable() local 999 int* table; EncodeData() local 1660 int* table; BrotliEncoderCompressStreamFast() local [all...] |
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | tttypes.h | 940 FT_Byte* table; global() member [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uresbund.cpp | 1834 static Resource getTableItemByKeyPath(const ResourceData *pResData, Resource table, const char *key) { in getTableItemByKeyPath() argument [all...] |
/third_party/python/Objects/ |
H A D | bytesobject.c | 2051 bytes_translate_impl(PyBytesObject *self, PyObject *table, in bytes_translate_impl() argument [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCompressedTexture.cpp | 477 const deUint32 table[2] = { getBits(src, 37, 39), getBits(src, 34, 36) }; in decompressETC1Block() local 592 const deUint32 table[2] = { getBits(src, 37, 39), getBits(src, 34, 36) }; in decompressETC2Block() local
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-charset-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
com/
com/ibm/
com/ibm/icu/
... |
/third_party/ffmpeg/libavcodec/ |
H A D | vp3.c | 1183 unpack_vlcs(Vp3DecodeContext *s, GetBitContext *gb, VLC *table, int coeff_index, int plane, int eob_run) unpack_vlcs() argument [all...] |
/third_party/backends/backend/ |
H A D | avision.c | 6063 int table = 0; send_acceleration_table() local [all...] |
H A D | hp3900_types.c | 287 SANE_Byte *table[3]; member
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 2459 stbtt_uint8 *table = lookupTable + subtableOffset; in stbtt__GetGlyphGPOSInfoAdvance() local [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder-impl.h | 605 const byte* table; member 732 IndexImmediate<validate> table; member [all...] |
H A D | c-api.cc | 151 const i::wasm::WasmTable& table = module->tables[index]; in GetImportExportType() local 1966 i::Handle<i::WasmTableObject> table = impl(this)->v8_object(); global() variable 1985 i::Handle<i::WasmTableObject> table = impl(this)->v8_object(); global() variable 2002 i::Handle<i::WasmTableObject> table = impl(this)->v8_object(); global() variable 2022 i::Handle<i::WasmTableObject> table = impl(this)->v8_object(); global() variable 3116 wasm_table_type(const wasm_table_t* table) wasm_table_type() argument 3120 wasm_table_get(const wasm_table_t* table, wasm_table_size_t index) wasm_table_get() argument 3124 wasm_table_set(wasm_table_t* table, wasm_table_size_t index, wasm_ref_t* ref) wasm_table_set() argument 3129 wasm_table_size(const wasm_table_t* table) wasm_table_size() argument 3133 wasm_table_grow(wasm_table_t* table, wasm_table_size_t delta, wasm_ref_t* ref) wasm_table_grow() argument 3183 wasm_table_as_extern(wasm_table_t* table) wasm_table_as_extern() argument 3196 wasm_table_as_extern_const(const wasm_table_t* table) wasm_table_as_extern_const() argument [all...] |
/third_party/node/deps/ada/ |
H A D | ada.h | 1741 const static uint64_t table[] = { variable
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zic.c | 2885 byword(register const char *const word, register const struct lookup *const table) byword() argument
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 3187 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | pipeline.cc | 732 SourcePositionWrapper(Reducer* reducer, SourcePositionTable* table) in SourcePositionWrapper() argument 755 NodeOriginsWrapper(Reducer* reducer, NodeOriginTable* table) in NodeOriginsWrapper() argument [all...] |
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 4095 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
|