Home
last modified time | relevance | path

Searched defs:table (Results 1 – 14 of 14) sorted by relevance

/device/google/redbull/json-c/
Dlinkhash.h135 struct lh_entry *table; member
159 #define lh_foreach(table, entry) \ argument
165 #define lh_foreach_safe(table, entry, tmp) \ argument
/device/google/coral/json-c/
Dlinkhash.h135 struct lh_entry *table; member
159 #define lh_foreach(table, entry) \ argument
165 #define lh_foreach_safe(table, entry, tmp) \ argument
/device/google/sunfish/json-c/
Dlinkhash.h135 struct lh_entry *table; member
159 #define lh_foreach(table, entry) \ argument
165 #define lh_foreach_safe(table, entry, tmp) \ argument
/device/generic/goldfish-opengl/system/vulkan_enc/
DDescriptorSetVirtualization.cpp30 …ble(const std::vector<VkDescriptorSetLayoutBinding>& layoutBindings, DescriptorWriteTable& table) { in initDescriptorWriteTable()
121 DescriptorWriteTable& table = toWrite->allWrites; in doEmulatedDescriptorWrite() local
225 DescriptorWriteTable& table = set->allWrites; in doEmulatedDescriptorImageInfoWriteFromTemplate() local
250 DescriptorWriteTable& table = set->allWrites; in doEmulatedDescriptorBufferInfoWriteFromTemplate() local
275 DescriptorWriteTable& table = set->allWrites; in doEmulatedDescriptorBufferViewWriteFromTemplate() local
296 DescriptorWriteTable& table = set->allWrites; in doEmulatedDescriptorInlineUniformBlockFromTemplate() local
/device/google/contexthub/firmware/os/core/
Dsyscall.c33 bool syscallAddTable(uint32_t path, uint32_t level, struct SyscallTable *table) in syscallAddTable()
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_vecmathlib_none_4.h1086 uint8_t table[16]; in vtable_8bt_32bi() local
1101 uint8_t table[32]; in vtable_8bt_32bi() local
1116 uint8_t table[64]; in vtable_8bt_32bi() local
Dwuffs-v0.3.c16071 } table[] = { in wuffs_base__magic_number_guess_fourcc() local
/device/google/tangorpro/lights/
Dled_lut_calibrator.cpp102 bool LedLutCalibrator::ParseBlock(const std::vector<uint8_t> *table) { in ParseBlock()
/device/google/coral-kernel/sm8150/kernel-headers/linux/
Dab-sm.h101 struct uapi_block_properties table[AB_SM_UAPI_NUM_BLOCK_STATES]; member
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/
Dab-sm.h349 struct uapi_block_properties table[AB_SM_UAPI_NUM_BLOCK_STATES]; member
/device/generic/vulkan-cereal/stream-servers/compressedTextureFormats/
Detc.cpp223 void decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, in decode_subblock()
449 const int* table = kAlphaModifierTable + tblIdx * 8; in eac_decode_single_channel_block() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Detc.cpp223 void decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, in decode_subblock()
449 const int* table = kAlphaModifierTable + tblIdx * 8; in eac_decode_single_channel_block() local
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/
Detc.cpp223 void decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, in decode_subblock()
449 const int* table = kAlphaModifierTable + tblIdx * 8; in eac_decode_single_channel_block() local
/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java366 static final String qualifyColumn(String table, String column) { in qualifyColumn()
1460 int getUrlCount(SQLiteDatabase db, String table, String url) { in getUrlCount()