Home
last modified time | relevance | path

Searched refs:LABEL (Results 1 – 25 of 151) sorted by relevance

1234567

/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_bitreversal2.S33 #define LABEL macro
37 #define LABEL macro
45 #define LABEL : macro
53 #define LABEL : macro
61 #define LABEL : macro
97 arm_bitreversal_32_0 LABEL
122 arm_bitreversal_16_0 LABEL
150 arm_bitreversal_32_0 LABEL ;/* loop unrolled by 2 */
190 arm_bitreversal_16_0 LABEL ;/* loop unrolled by 2 */
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dvectors.h60 #define DECLARE_VECTOR_TYPE(LABEL, TY, ELTTY, CASTTY, NUM_ELEMENTS) \ argument
61 template <> struct Vectors<LABEL> { \
68 const size_t Vectors<LABEL>::NumElements = NUM_ELEMENTS; \
69 const char *const Vectors<LABEL>::TypeName = #LABEL;
Dtest_fcmp.pnacl.ll649 ; CHECK-LABEL: fcmpFalseVector:
658 ; CHECK-LABEL: fcmpOeqVector:
667 ; CHECK-LABEL: fcmpOgeVector:
676 ; CHECK-LABEL: fcmpOgtVector:
685 ; CHECK-LABEL: fcmpOleVector:
694 ; CHECK-LABEL: fcmpOltVector:
703 ; CHECK-LABEL: fcmpOneVector:
714 ; CHECK-LABEL: fcmpOrdVector:
723 ; CHECK-LABEL: fcmpTrueVector:
732 ; CHECK-LABEL: fcmpUeqVector:
[all …]
/third_party/mbedtls/library/
Dssl_tls13_keys.h62 #define MBEDTLS_SSL_TLS1_3_LBL_LEN( LABEL ) \ argument
63 sizeof(mbedtls_ssl_tls13_labels.LABEL)
65 #define MBEDTLS_SSL_TLS1_3_LBL_WITH_LEN( LABEL ) \ argument
66 mbedtls_ssl_tls13_labels.LABEL, \
67 MBEDTLS_SSL_TLS1_3_LBL_LEN( LABEL )
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Dsqrt.glsl3 ; FUNC-LABEL: {{^}}@sqrt:
17 ; FUNC-LABEL: {{^}}@inv_sqrt:
31 ; FUNC-LABEL: {{^}}@rsq:
45 ; FUNC-LABEL: {{^}}@inv_rsq:
Ddiv.glsl3 ; FUNC-LABEL: {{^}}@div:
19 ; FUNC-LABEL: {{^}}@rcp:
Dminmax.f32.glsl3 ; FUNC-LABEL: {{^}}@min_f32:
18 ; FUNC-LABEL: {{^}}@max_f32:
Dminmax.u32.glsl3 ; FUNC-LABEL: {{^}}@min_u32:
19 ; FUNC-LABEL: {{^}}@max_u32:
Dminmax.i32.glsl3 ; FUNC-LABEL: {{^}}@min_i32:
19 ; FUNC-LABEL: {{^}}@max_i32:
Dminmax.f64.glsl3 ; FUNC-LABEL: {{^}}@min_f64:
21 ; FUNC-LABEL: {{^}}@max_f64:
Dbitfield_extract.glsl3 ; FUNC-LABEL: {{^}}@bfe_i32:
20 ; FUNC-LABEL: {{^}}@bfe_u32:
Dpack_unpack_half.glsl5 ; FUNC-LABEL: {{^}}@packhalf:
23 ; FUNC-LABEL: {{^}}@unpackhalf:
Dbitfield_insert.glsl3 ; FUNC-LABEL: {{^}}@bfi_i32:
23 ; FUNC-LABEL: {{^}}@bfi_u32:
/third_party/alsa-utils/alsactl/init/
Ddefault51 LABEL=""
61 LABEL=""
71 LABEL=""
81 LABEL=""
91 LABEL=""
101 LABEL=""
112 LABEL=""
122 LABEL=""
132 LABEL=""
142 LABEL=""
[all …]
/third_party/openssl/crypto/perlasm/
Dx86masm.pl109 &::LABEL($func,$global?"$begin":"$nmdecor$func");
162 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
166 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
202 push(@out,".SAFESEH ".&::LABEL($nm,$nmdecor.$nm)."\n");
Dx86nasm.pl110 &::LABEL($func,$global?"$begin":"$nmdecor$func");
142 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
146 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
182 push(@out,"safeseh ".&::LABEL($nm,$nmdecor.$nm)."\n");
Dx86gas.pl114 &::LABEL($func,$global?"$begin":"$nmdecor$func");
132 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
155 { foreach(@_) { &::LABEL($_,$nmdecor.$_); } }
158 { push(@out,".globl\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
/third_party/weston/libweston/
Dtrace.h31 #define TRACE_ARGS(color) LABEL, __func__, __LINE__, "\033[" #color "m"
32 #define DEFINE_LOG_LABEL(str) static const char *LABEL = str
69 #define LOG_SCOPE(...) ScopedLog log(LABEL, __func__, __LINE__, ##__VA_ARGS__)
/third_party/alsa-utils/alsactl/
D90-alsa-restore.rules.in4 LABEL="alsa_restore_go"
8 LABEL="alsa_restore_end"
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dwebpmux.c161 #define ERROR_GOTO1(ERR_MSG, LABEL) \ argument
165 goto LABEL; \
168 #define ERROR_GOTO2(ERR_MSG, FORMAT_STR, LABEL) \ argument
172 goto LABEL; \
175 #define ERROR_GOTO3(ERR_MSG, FORMAT_STR1, FORMAT_STR2, LABEL) \ argument
179 goto LABEL; \
601 #define CHECK_NUM_ARGS_AT_LEAST(NUM, LABEL) \ argument
604 goto LABEL; \
607 #define CHECK_NUM_ARGS_AT_MOST(NUM, LABEL) \ argument
610 goto LABEL; \
[all …]
/third_party/skia/third_party/externals/libwebp/examples/
Dwebpmux.c163 #define ERROR_GOTO1(ERR_MSG, LABEL) \ argument
167 goto LABEL; \
170 #define ERROR_GOTO2(ERR_MSG, FORMAT_STR, LABEL) \ argument
174 goto LABEL; \
177 #define ERROR_GOTO3(ERR_MSG, FORMAT_STR1, FORMAT_STR2, LABEL) \ argument
181 goto LABEL; \
604 #define CHECK_NUM_ARGS_AT_LEAST(NUM, LABEL) \ argument
607 goto LABEL; \
610 #define CHECK_NUM_ARGS_AT_MOST(NUM, LABEL) \ argument
613 goto LABEL; \
[all …]
/third_party/glib/glib/pcre/
Dpcre_jit_compile.c436 #define LABEL() \ macro
1258 list_item->leave = LABEL(); in add_stub()
1331 loop = LABEL(); in reset_ovector()
1359 loop = LABEL(); in copy_ovector()
1378 loop = LABEL(); in copy_ovector()
1767 label = LABEL(); in skip_char_back()
2029 mainloop = LABEL(); in mainloop_entry()
2041 mainloop = LABEL(); in mainloop_entry()
2048 set_jumps(newline, LABEL()); in mainloop_entry()
2059 newlinelabel = LABEL(); in mainloop_entry()
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ssa.cpp61 #define LABEL(i) (data[(i) + 3 * count]) macro
71 INFO("LABEL(%i) = %i\n", i, LABEL(i)); in debugPrint()
87 LABEL(i) = i; in DominatorTree()
115 if (SEMI(LABEL(ANCESTOR(v))) < SEMI(LABEL(v))) in squash()
116 LABEL(v) = LABEL(ANCESTOR(v)); in squash()
126 return LABEL(v); in eval()
187 #undef LABEL
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c621 #define LABEL() \ macro
3107 list_item->quit = LABEL(); in add_stub()
3202 loop = LABEL(); in reset_ovector()
3211 loop = LABEL(); in reset_ovector()
3256 loop = LABEL(); in reset_early_fail()
3291 loop = LABEL(); in do_reset_match()
3300 loop = LABEL(); in do_reset_match()
3389 loop = LABEL(); in copy_ovector()
3421 loop = LABEL(); in copy_ovector()
3433 loop = LABEL(); in copy_ovector()
[all …]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DCommentsSchema.java54 private static final String LABEL = "Label"; field in CommentsSchema
57 public static final ImmutableList<String> HEADER = ImmutableList.of(REGION, LABEL, COMMENT);
105 Anchor.of(PhoneRegion.of(row.get(REGION)), row.get(LABEL)), in getRowCallback()

1234567