Home
last modified time | relevance | path

Searched defs:table (Results 1051 - 1075 of 1211) sorted by relevance

1...<<414243444546474849

/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc3985 Label* const table = AddJumpTable(cases, case_count); in AssembleArchTableSwitch() local
/third_party/node/deps/v8/src/compiler/
H A Djs-create-lowering.cc858 Node* table = effect = graph()->NewNode( in ReduceJSCreateCollectionIterator() local
873 a.Store(AccessBuilder::ForJSCollectionIteratorTable(), table); in ReduceJSCreateCollectionIterator() local
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc3870 Label* const table = AddJumpTable(cases, case_count); in AssembleArchTableSwitch() local
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.cc1277 i::Handle<i::EphemeronHashTable> table = in New() local
/third_party/node/deps/v8/src/diagnostics/ia32/
H A Ddisasm-ia32.cc120 static InstructionTable table; in get_instance() local
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc1017 SwissNameDictionary table = SwissNameDictionary::cast( in NewSwissNameDictionaryWithCapacity() local
/third_party/node/deps/v8/src/objects/
H A Dcode-inl.h1289 ByteArray table = SourcePositionTable(); in SizeIncludingMetadata() local
H A Dscope-info.cc995 NameToIndexHashTable table = context_local_names_hashtable(); in SavedClassVariable() local
/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc629 CheckBitInTable( Handle<ByteArray> table, Label* on_bit_set) CheckBitInTable() argument
/third_party/node/deps/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc528 void RegExpMacroAssemblerS390::CheckBitInTable(Handle<ByteArray> table, in CheckBitInTable() argument
/third_party/node/deps/v8/src/strings/
H A Dunicode.cc37 static inline uchar TableGet(const int32_t* table, int index) { in TableGet() argument
55 static bool LookupPredicate(const int32_t* table, uint16_t size, uchar chr) { in LookupPredicate() argument
105 LookupMapping(const int32_t* table, uint16_t size, const MultiCharacterSpecialCase<kW>* multi_chars, uchar chr, uchar next, uchar* result, bool* allow_caching_ptr) LookupMapping() argument
[all...]
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.h377 std::unordered_set<Item, base::hash<Item>> table; in ParseTokens() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_schedule.c186 add_dependency(struct util_dynarray *table, unsigned index, unsigned child, in add_dependency() argument
195 mark_access(struct util_dynarray *table, unsigned index, unsigned parent) in mark_access() argument
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_ciph.c117 static int ssl_cipher_info_find(const ssl_cipher_table * table, in ssl_cipher_info_find() argument
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c189 static const pa_bluetooth_form_factor_t table[] = { in form_factor_from_class() local
/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp4621 const auto& table = info.fColorSampleCounts; in maxRenderTargetSampleCount() local
/third_party/openssl/ssl/
H A Dssl_ciph.c117 static int ssl_cipher_info_find(const ssl_cipher_table * table, in ssl_cipher_info_find() argument
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_tables.cpp334 ImGuiTable* table = g.Tables.GetOrAddByKey(id); in BeginTableEx() local
572 TableBeginInitMemory(ImGuiTable* table, int columns_count) TableBeginInitMemory() argument
588 TableBeginApplyRequests(ImGuiTable* table) TableBeginApplyRequests() argument
656 TableSetupColumnFlags(ImGuiTable* table, ImGuiTableColumn* column, ImGuiTableColumnFlags flags_in) TableSetupColumnFlags() argument
715 TableUpdateLayout(ImGuiTable* table) TableUpdateLayout() argument
1136 TableUpdateBorders(ImGuiTable* table) TableUpdateBorders() argument
1199 ImGuiTable* table = g.CurrentTable; EndTable() local
1402 ImGuiTable* table = g.CurrentTable; TableSetupColumn() local
1470 ImGuiTable* table = g.CurrentTable; TableSetupScrollFreeze() local
1512 ImGuiTable* table = g.CurrentTable; TableGetColumnCount() local
1519 ImGuiTable* table = g.CurrentTable; TableGetColumnName() local
1527 TableGetColumnName(const ImGuiTable* table, int column_n) TableGetColumnName() argument
1546 ImGuiTable* table = g.CurrentTable; TableSetColumnEnabled() local
1562 ImGuiTable* table = g.CurrentTable; TableGetColumnFlags() local
1577 TableGetCellBgRect(const ImGuiTable* table, int column_n) TableGetCellBgRect() argument
1590 TableGetColumnResizeID(const ImGuiTable* table, int column_n, int instance_no) TableGetColumnResizeID() argument
1601 ImGuiTable* table = g.CurrentTable; TableGetHoveredColumn() local
1610 ImGuiTable* table = g.CurrentTable; TableSetBgColor() local
1662 ImGuiTable* table = g.CurrentTable; TableGetRowIndex() local
1672 ImGuiTable* table = g.CurrentTable; TableNextRow() local
1694 TableBeginRow(ImGuiTable* table) TableBeginRow() argument
1727 TableEndRow(ImGuiTable* table) TableEndRow() argument
1874 ImGuiTable* table = g.CurrentTable; TableGetColumnIndex() local
1884 ImGuiTable* table = g.CurrentTable; TableSetColumnIndex() local
1905 ImGuiTable* table = g.CurrentTable; TableNextColumn() local
1931 TableBeginCell(ImGuiTable* table, int column_n) TableBeginCell() argument
1989 TableEndCell(ImGuiTable* table) TableEndCell() argument
2021 TableGetMaxColumnWidth(const ImGuiTable* table, int column_n) TableGetMaxColumnWidth() argument
2053 TableGetColumnWidthAuto(ImGuiTable* table, ImGuiTableColumn* column) TableGetColumnWidthAuto() argument
2073 ImGuiTable* table = g.CurrentTable; TableSetColumnWidth() local
2153 TableSetColumnWidthAutoSingle(ImGuiTable* table, int column_n) TableSetColumnWidthAutoSingle() argument
2163 TableSetColumnWidthAutoAll(ImGuiTable* table) TableSetColumnWidthAutoAll() argument
2175 TableUpdateColumnsWeightFromWidth(ImGuiTable* table) TableUpdateColumnsWeightFromWidth() argument
2220 ImGuiTable* table = g.CurrentTable; TablePushBackgroundChannel() local
2232 ImGuiTable* table = g.CurrentTable; TablePopBackgroundChannel() local
2256 TableSetupDrawChannels(ImGuiTable* table) TableSetupDrawChannels() argument
2324 TableMergeDrawChannels(ImGuiTable* table) TableMergeDrawChannels() argument
2491 TableDrawBorders(ImGuiTable* table) TableDrawBorders() argument
2604 ImGuiTable* table = g.CurrentTable; TableGetSortSpecs() local
2626 TableFixColumnSortDirection(ImGuiTable* table, ImGuiTableColumn* column) TableFixColumnSortDirection() argument
2655 ImGuiTable* table = g.CurrentTable; TableSetColumnSortDirection() local
2685 TableSortSpecsSanitize(ImGuiTable* table) TableSortSpecsSanitize() argument
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djquant2.c1086 int *table; in init_error_limit() local
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpng.c3987 png_uint_16pp table = *ptable = png_build_16bit_table() local
4057 png_uint_16pp table = *ptable = png_build_16to8_table() local
4121 png_bytep table = *ptable = (png_bytep)png_malloc(png_ptr, 256); png_build_8bit_table() local
[all...]
H A Dpngrtran.c4155 png_bytep table = png_ptr->gamma_from_1; in png_do_encode_alpha() local
4173 png_uint_16pp table = png_ptr->gamma_16_from_1; in png_do_encode_alpha() local
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8l_dec.c183 static WEBP_INLINE int ReadSymbol(const HuffmanCode* table, in ReadSymbol() argument
310 ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec, int* const code_lengths, HuffmanTables* const table) ReadHuffmanCode() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dparse.cpp1172 realParseTable(ParseState* state, TableResource *table, char *tag, uint32_t startline, UErrorCode *status) in realParseTable() argument
[all...]
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp983 static void build_power_table(uint8_t table[], float ee) { in build_power_table() argument
1111 const uint8_t* table; in generateImage() local
[all...]
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c368 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...]

Completed in 72 milliseconds

1...<<414243444546474849