/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regcomp.c | 1263 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 D | regcomp.c | 1391 uch *col; in isinsets() local 1408 uch *col; in samesets() local
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | resolver_test.cc | 1688 auto* col = create<sem::Vector>(f32, lhs_mat_rows); in TEST_P() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbitblb.cpp | 1368 int col; exportTable() local 1581 int col; exportSafeTable() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | vi.c | 1315 int columns = 0, col, bytes; in crunch_nstr() local
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_parse_utils.cpp | 1716 uint32 col; in DumpHexAscii() local 1790 uint32 col; DumpHexAscii() local [all...] |
/third_party/python/Parser/ |
H A D | tokenizer.c | 1425 int col = 0; in tok_get() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_sim_db.c | 207 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 D | eap_sim_db.c | 207 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 D | g2meet.c | 1022 int i, j, nb, col; in kempf_restore_buf() local
|
H A D | bink.c | 859 int v, col[2]; in binkb_decode_plane() local 1027 int v, col[2]; in bink_decode_plane() local
|
H A D | j2kenc.c | 946 int col = tileno % s->numXtiles; in encode_packets() local
|
H A D | tiff.c | 314 int line, col; in dng_blit() local [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevcpred_msa.c | 66 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 D | asfdec_f.c | 1331 int col = off % asf_st->ds_span; in asf_parse_packet() local
|
/third_party/backends/backend/ |
H A D | kodakaio.c | 1183 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 D | apicoll.cpp | 67 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 D | ssearch.cpp | 629 RuleBasedCollator *col = (RuleBasedCollator *) Collator::createInstance(Locale::getEnglish(), status); in offsetTest() local
|
/third_party/icu/tools/colprobe/ |
H A D | colprobe.cpp | 1514 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 D | colprobeNew.cpp | 641 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 D | ast_function.cpp | 1167 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 D | imgui_widgets.cpp | 253 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 D | st_cb_drawpixels.c | 1442 GLint row, col; in copy_stencil_pixels() local
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | creststn.c | 1657 int32_t i,j,row,col, len; in testTag() local
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | tz2icu.cpp | 1163 int32_t col = 0; // column in printStringList() local
|