Home
last modified time | relevance | path

Searched defs:col (Results 176 - 200 of 262) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregcomp.c1263 uch *col; in isinsets() local
1280 uch *col; in samesets() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregcomp.c1391 uch *col; in isinsets() local
1408 uch *col; in samesets() local
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_test.cc1688 auto* col = create<sem::Vector>(f32, lhs_mat_rows); in TEST_P() local
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbitblb.cpp1368 int col; exportTable() local
1581 int col; exportSafeTable() local
[all...]
/third_party/toybox/toys/pending/
H A Dvi.c1315 int columns = 0, col, bytes; in crunch_nstr() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_parse_utils.cpp1716 uint32 col; in DumpHexAscii() local
1790 uint32 col; DumpHexAscii() local
[all...]
/third_party/python/Parser/
H A Dtokenizer.c1425 int col = 0; in tok_get() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_sim_db.c207 static int get_pseudonym_cb(void *ctx, int argc, char *argv[], char *col[]) in get_pseudonym_cb() argument
307 static int get_reauth_cb(void *ctx, int argc, char *argv[], char *col[]) in get_reauth_cb() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_sim_db.c207 static int get_pseudonym_cb(void *ctx, int argc, char *argv[], char *col[]) in get_pseudonym_cb() argument
307 static int get_reauth_cb(void *ctx, int argc, char *argv[], char *col[]) in get_reauth_cb() argument
/third_party/ffmpeg/libavcodec/
H A Dg2meet.c1022 int i, j, nb, col; in kempf_restore_buf() local
H A Dbink.c859 int v, col[2]; in binkb_decode_plane() local
1027 int v, col[2]; in bink_decode_plane() local
H A Dj2kenc.c946 int col = tileno % s->numXtiles; in encode_packets() local
H A Dtiff.c314 int line, col; in dng_blit() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dhevcpred_msa.c66 uint32_t col; in hevc_intra_pred_vert_4x4_msa() local
154 int32_t col; in hevc_intra_pred_vert_16x16_msa() local
407 uint32_t row, col, val; hevc_intra_pred_dc_8x8_msa() local
466 uint32_t row, col, val; hevc_intra_pred_dc_16x16_msa() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dasfdec_f.c1331 int col = off % asf_st->ds_span; in asf_parse_packet() local
/third_party/backends/backend/
H A Dkodakaio.c1183 cmd_set_color_curve(SANE_Handle handle, unsigned char col) in cmd_set_color_curve() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp67 Collator *col = 0; in TestProperty() local
399 Collator *col; TestSafeClone() local
502 Collator *col = 0; TestCollationKey() local
637 Collator *col = 0; TestElemIter() local
961 Collator *col = 0; TestCompare() local
1085 Collator *col = Collator::createInstance(Locale::getEnglish(), status); TestSortKey() local
[all...]
H A Dssearch.cpp629 RuleBasedCollator *col = (RuleBasedCollator *) Collator::createInstance(Locale::getEnglish(), status); in offsetTest() local
/third_party/icu/tools/colprobe/
H A Dcolprobe.cpp1514 processCollator(UCollator *col, UErrorCode &status) { in processCollator() argument
1612 UCollator *col = ucol_open(locale, &status); in processLocale() local
1695 UCollator *col = ucol_openRules(ruleBuffer, rules-ruleBuffer, UCOL_DEFAULT, UCOL_DEFAULT, &parseError, &status); in main() local
H A DcolprobeNew.cpp641 processCollator(UCollator *col, UErrorCode &status) { in processCollator() argument
862 UCollator *col = ucol_openRules(ruleBuffer, rules-ruleBuffer, UCOL_DEFAULT, UCOL_DEFAULT, &parseError, &status); in main() local
/third_party/mesa3d/src/compiler/glsl/
H A Dast_function.cpp1167 ir_dereference *const col = new(ctx) ir_dereference_array(src, in dereference_component() local
1755 unsigned col = in emit_inline_matrix_constructor() local
/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp253 void ImGui::TextColored(const ImVec4& col, const char* fmt, ...) in TextColored() argument
261 void ImGui::TextColoredV(const ImVec4& col, const char* fmt, va_list args) in TextColoredV() argument
573 const ImU32 col = GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in ButtonEx() local
647 const ImU32 col = GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in ArrowButtonEx() local
701 ImU32 col = GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in CollapseButton() local
896 const ImU32 col = GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); ImageButton() local
1258 const ImU32 col = GetColorU32(held ? ImGuiCol_SeparatorActive : (hovered && g.HoveredIdTimer >= hover_visibility_delay) ? ImGuiCol_SeparatorHovered : ImGuiCol_Separator); SplitterBehavior() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c1442 GLint row, col; in copy_stencil_pixels() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dcreststn.c1657 int32_t i,j,row,col, len; in testTag() local
/third_party/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp1163 int32_t col = 0; // column in printStringList() local

Completed in 58 milliseconds

1234567891011