Home
last modified time | relevance | path

Searched defs:table (Results 926 - 950 of 1067) sorted by relevance

1...<<31323334353637383940>>...43

/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...]
H A Dstate.h208 HuffmanCode table[32]; member
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftobjs.c4249 void* table = NULL; in FT_Get_Sfnt_Table() local
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfwoff2.c1562 WOFF2_TableRec table = *( indices[nn] ); reconstruct_font() local
1851 WOFF2_Table table = tables + nn; FT_LOCAL_DEF() local
2003 WOFF2_Table table; FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgxvar.c833 GX_HVVarTable table; ft_var_load_hvvar() local
1066 GX_HVVarTable table; tt_hvadvance_adjust() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cmap-table.hh1546 const EncodingRecord *table = hb_addressof (_); in subset() local
1743 hb_blob_ptr_t<cmap> table; global() member
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dos2_table.cc278 FontDataTablePtr table = new OS2Table(header(), data); in SubBuildTable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp419 const TableEntry *table; // variable size: from 0 to (size - 1) member
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl.cc2804 static constexpr SizeAndAlign table[] = { in MslPackedTypeSizeAndAlign() local
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv2022.cpp1124 const uint16_t *table; in MBCS_FROM_UCHAR32_ISO2022() local
1193 const uint16_t *table; in MBCS_SINGLE_FROM_UCHAR32() local
[all...]
H A Ducnvmbcs.cpp859 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 Dumutablecptrie.cpp918 uint32_t *table = nullptr; global() member in __anon21079::MixedBlocks
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_bottlenecks.h1401 DoBaseline1DTable(const real32 *sPtr, real32 *dPtr, uint32 count, const dng_1d_table &table) DoBaseline1DTable() argument
1416 DoBaselineRGBTone(const real32 *sPtrR, const real32 *sPtrG, const real32 *sPtrB, real32 *dPtrR, real32 *dPtrG, real32 *dPtrB, uint32 count, const dng_1d_table &table) DoBaselineRGBTone() argument
1613 DoVignetteMask16(uint16 *mPtr, uint32 rows, uint32 cols, int32 rowStep, int64 offsetH, int64 offsetV, int64 stepH, int64 stepV, uint32 tBits, const uint16 *table) DoVignetteMask16() argument
H A Ddng_reference.cpp1708 RefBaseline1DTable(const real32 *sPtr, real32 *dPtr, uint32 count, const dng_1d_table &table) RefBaseline1DTable() argument
1729 RefBaselineRGBTone(const real32 *sPtrR, const real32 *sPtrG, const real32 *sPtrB, real32 *dPtrR, real32 *dPtrG, real32 *dPtrB, uint32 count, const dng_1d_table &table) RefBaselineRGBTone() argument
2188 RefVignetteMask16(uint16 *mPtr, uint32 rows, uint32 cols, int32 rowStep, int64 offsetH, int64 offsetV, int64 stepH, int64 stepV, uint32 tBits, const uint16 *table) RefVignetteMask16() argument
[all...]
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmltok.c1409 XmlInitUnknownEncoding(void *mem, int *table, CONVERTER convert, in XmlInitUnknownEncoding() argument
1672 XmlInitUnknownEncodingNS(void *mem, int *table, CONVERTER convert, in XmlInitUnknownEncodingNS() argument

Completed in 70 milliseconds

1...<<31323334353637383940>>...43