Home
last modified time | relevance | path

Searched defs:table (Results 876 - 900 of 954) sorted by relevance

1...<<313233343536373839

/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc2968 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc2419 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc4582 Label* const table = AddJumpTable(cases, case_count); in AssembleArchTableSwitch() local
H A Dinstruction-selector-x64.cc3587 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc3353 Label* const table = AddJumpTable(cases, case_count); in AssembleArchTableSwitch() local
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h255 static Operand JumpTable(Register index, ScaleFactor scale, Label* table) { in JumpTable() argument
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc934 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 Dcore-util.c1693 static const char table[] = in make_random_dir() local
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dencode.c238 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 Dtttypes.h940 FT_Byte* table; global() member
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duresbund.cpp1834 static Resource getTableItemByKeyPath(const ResourceData *pResData, Resource table, const char *key) { in getTableItemByKeyPath() argument
[all...]
/third_party/python/Objects/
H A Dbytesobject.c2051 bytes_translate_impl(PyBytesObject *self, PyObject *table, in bytes_translate_impl() argument
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.cpp477 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 Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
/third_party/ffmpeg/libavcodec/
H A Dvp3.c1183 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 Davision.c6063 int table = 0; send_acceleration_table() local
[all...]
H A Dhp3900_types.c287 SANE_Byte *table[3]; member
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h2459 stbtt_uint8 *table = lookupTable + subtableOffset; in stbtt__GetGlyphGPOSInfoAdvance() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h605 const byte* table; member
732 IndexImmediate<validate> table; member
[all...]
H A Dc-api.cc151 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 Dada.h1741 const static uint64_t table[] = { variable
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzic.c2885 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 Dinstruction-selector-mips64.cc3187 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc732 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 Dinstruction-selector-arm64.cc4095 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument

Completed in 100 milliseconds

1...<<313233343536373839