Home
last modified time | relevance | path

Searched defs:tab (Results 126 - 143 of 143) sorted by relevance

123456

/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_enc.c1908 static const char tab[64] = { in dct_single_coeff_elimination() local
H A Dvp3.c2450 const HuffTable *tab = &s->huffman_table[i]; in vp3_decode_init() local
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc2152 const LogicVRegister* tab[4] = {tab1, tab2, tab3, tab4}; in Table() local
2169 tbl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& ind) tbl() argument
2175 tbl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& ind) tbl() argument
2182 tbl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& tab3, const LogicVRegister& ind) tbl() argument
2190 tbl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& tab3, const LogicVRegister& tab4, const LogicVRegister& ind) tbl() argument
2199 tbx(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& ind) tbx() argument
2205 tbx(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& ind) tbx() argument
2212 tbx(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& tab3, const LogicVRegister& ind) tbx() argument
2220 tbx(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& tab3, const LogicVRegister& tab4, const LogicVRegister& ind) tbx() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp3447 void OH_Drawing_DestroyTextTab(OH_Drawing_TextTab* tab) in OH_Drawing_DestroyTextTab() argument
3452 void OH_Drawing_SetTypographyTextTab(OH_Drawing_TypographyStyle* style, OH_Drawing_TextTab* tab) in OH_Drawing_SetTypographyTextTab() argument
3461 OH_Drawing_TextAlign OH_Drawing_GetTextTabAlignment(OH_Drawing_TextTab* tab) in OH_Drawing_GetTextTabAlignment() argument
3469 float OH_Drawing_GetTextTabLocation(OH_Drawing_TextTab* tab) in OH_Drawing_GetTextTabLocation() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp5360 int32_t tab = line.indexOf(u'\t'); in runLSTMTestFromFile() local
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c10380 struct bpf_jit_poke_descriptor *tab = prog->aux->poke_tab; in adjust_poke_descs() local
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp9434 const ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; in ShowMetricsWindow() local
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.2.c2220 wuffs_base__table_u8* tab = in wuffs_base__pixel_buffer__set_from_slice() local
2244 wuffs_base__table_u8* tab = &b->private_impl.planes[0]; in wuffs_base__pixel_buffer__set_from_slice() local
2290 wuffs_base__table_u8* tab = wuffs_base__pixel_buffer__palette() local
[all...]
H A Dwuffs-v0.3.c4587 wuffs_base__table_u8* tab = in wuffs_base__pixel_buffer__set_interleaved() local
4633 wuffs_base__table_u8* tab = in wuffs_base__pixel_buffer__set_from_slice() local
4659 wuffs_base__table_u8* tab = &pb->private_impl.planes[0]; wuffs_base__pixel_buffer__set_from_slice() local
4709 wuffs_base__table_u8* tab = wuffs_base__pixel_buffer__palette() local
4727 wuffs_base__table_u8* tab = wuffs_base__pixel_buffer__palette_or_else() local
[all...]
/third_party/toybox/generated/
H A Dglobals.h1283 unsigned tabcount, *tab; member
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c14474 struct _glapi_table *tab = ctx->Save; in _mesa_install_save_vtxfmt() local
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp11914 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; in DebugNodeTabBar() local
11933 const ImGuiTabItem* tab in DebugNodeTabBar() local
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c5783 upb_inttable tab; /* maps upb_msgdef* -> upb_handlers*. */ member
/third_party/glfw/deps/
H A Dnuklear.h5234 struct nk_style_tab tab; member
14287 struct nk_style_tab *tab; in nk_style_from_table() local
23020 {int tab = nk_input_is_key_pressed(in, NK_KEY_TAB); nk_do_edit() local
[all...]
/third_party/sqlite/src/
H A Dshell.c11622 static int dbdataBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdx){ in dbdataBestIndex() argument
5523 fsdirBestIndex( sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo ) fsdirBestIndex() argument
6066 completionBestIndex( sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo ) completionBestIndex() argument
8153 zipfileBestIndex( sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo ) zipfileBestIndex() argument
[all...]
H A Dsqlite3.c17777 } tab; member
102900 bytecodevtabBestIndex( sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo ) global() argument
136928 pragmaVtabBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) global() argument
200689 jsonEachBestIndex( sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo ) global() argument
202931 rtreeBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) global() argument
206823 geopolyBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) global() argument
214398 statBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) global() argument
215197 dbpageBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) global() argument
244532 stmtBestIndex( sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo ) global() argument
[all...]
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c4802 wuffs_base__table_u8* tab = in wuffs_base__pixel_buffer__set_interleaved() local
4848 wuffs_base__table_u8* tab = in wuffs_base__pixel_buffer__set_from_slice() local
4874 wuffs_base__table_u8* tab = &pb->private_impl.planes[0]; wuffs_base__pixel_buffer__set_from_slice() local
4924 wuffs_base__table_u8* tab = wuffs_base__pixel_buffer__palette() local
4942 wuffs_base__table_u8* tab = wuffs_base__pixel_buffer__palette_or_else() local
[all...]
/third_party/typescript/lib/
H A Dtsc.js35651 var tab = makePadding(2); global() variable
[all...]

Completed in 467 milliseconds

123456