Home
last modified time | relevance | path

Searched refs:strA (Results 1 – 12 of 12) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
DString.c94 uint32 bbs_strlen( const char* strA ) in bbs_strlen() argument
97 while( strA[ iL++ ] != 0 ); in bbs_strlen()
264 int32 bbs_atoi( const char* strA ) in bbs_atoi() argument
268 uint16 iL = 0, lenL = bbs_strlen( strA ); in bbs_atoi()
270 while( iL < lenL && strA[ iL ] == ' ' ) iL++; in bbs_atoi()
271 if( strA[ iL ] == '-' ) in bbs_atoi()
276 while( iL < lenL && strA[ iL ] == ' ' ) iL++; in bbs_atoi()
277 while( iL < lenL && strA[ iL ] >= '0' && strA[ iL ] <= '9' ) in bbs_atoi()
279 valL = valL * 10 + ( strA[ iL ] - '0' ); in bbs_atoi()
DString.h51 uint32 bbs_strlen( const char* strA );
70 int32 bbs_atoi( const char* strA );
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_unittest.cc292 static const char* strA = "0123456789"; in TEST_F() local
303 coded_output->WriteVarint32(strlen(strA)); in TEST_F()
304 coded_output->WriteRaw(strA, strlen(strA)); in TEST_F()
322 EXPECT_EQ(strlen(strA), insize); in TEST_F()
324 EXPECT_EQ(0, memcmp(temp_buffer, strA, insize)); in TEST_F()
597 static const char* strA = "0123456789"; in TEST_F() local
609 int32 outlen = strlen(strA) + 1; in TEST_F()
611 coded_output->WriteRaw(strA, outlen); in TEST_F()
634 EXPECT_EQ(strlen(strA) + 1, insize); in TEST_F()
636 EXPECT_EQ(0, memcmp(temp_buffer, strA, insize)) in TEST_F()
[all …]
/external/llvm/test/CodeGen/ARM/
D2011-04-12-AlignBug.ll8 @.strA = private unnamed_addr constant [4 x i8] c"bar\00"
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c987 UChar strA[MAXSLEN+1]; in TestIncrementalNormalize() local
1005 strA[0] = baseA; in TestIncrementalNormalize()
1008 strA[i] = ccMix[i % 3]; in TestIncrementalNormalize()
1011 strA[sLen] = 0; in TestIncrementalNormalize()
1015 doTest(coll, strA, strB, UCOL_EQUAL); /* optimized functions in the impl*/ in TestIncrementalNormalize()
1017 doTest(coll, strA, strB, UCOL_EQUAL); in TestIncrementalNormalize()
1028 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0}; in TestIncrementalNormalize() local
1031 doTest(coll, strA, strB, UCOL_EQUAL); in TestIncrementalNormalize()
1042 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0xD800, 0xDC01, 0}; in TestIncrementalNormalize() local
1045 doTest(coll, strA, strB, UCOL_GREATER); in TestIncrementalNormalize()
[all …]
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcmsccoll.c2291 UChar strA[MAXSLEN+1]; in TestIncrementalNormalize() local
2309 strA[0] = baseA; in TestIncrementalNormalize()
2312 strA[i] = ccMix[i % 3]; in TestIncrementalNormalize()
2315 strA[sLen] = 0; in TestIncrementalNormalize()
2319 doTest(coll, strA, strB, UCOL_EQUAL); /* optimized functions in the impl*/ in TestIncrementalNormalize()
2321 doTest(coll, strA, strB, UCOL_EQUAL); in TestIncrementalNormalize()
2332 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0}; in TestIncrementalNormalize() local
2335 doTest(coll, strA, strB, UCOL_EQUAL); in TestIncrementalNormalize()
2346 static const UChar strA[] = {0x41, 0x41, 0x300, 0x316, 0xD800, 0xDC01, 0}; in TestIncrementalNormalize() local
2349 doTest(coll, strA, strB, UCOL_GREATER); in TestIncrementalNormalize()
[all …]
/external/chromium_org/v8/src/third_party/vtune/
Dittnotify_config.h456 h->strA = NULL; \
471 h->strA = name ? __itt_fstrdup(name) : NULL; \
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Dittnotify_config.h427 h->strA = NULL; \
442 h->strA = name ? __itt_fstrdup(name) : NULL; \
/external/libedit/src/
Dterminal.c1051 static const Char strA[] = {033, '[', 'A', '\0'}; in terminal_reset_arrow() local
1064 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow()
1079 keymacro_add(el, &strA[1], &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow()
/external/chromium_org/third_party/libxml/src/
Dxmlschemas.c2801 xmlChar *des = NULL, *strA = NULL; in xmlSchemaPResCompAttrErr() local
2810 xmlSchemaFormatQName(&strA, refURI, refName), in xmlSchemaPResCompAttrErr()
2813 FREE_AND_NULL(strA) in xmlSchemaPResCompAttrErr()
2873 xmlChar *strA = NULL, *strB = NULL; in xmlSchemaPIllegalAttrErr() local
2875 xmlSchemaFormatNodeForError(&strA, ACTXT_CAST ctxt, attr->parent); in xmlSchemaPIllegalAttrErr()
2877 "%sThe attribute '%s' is not allowed.\n", BAD_CAST strA, in xmlSchemaPIllegalAttrErr()
2880 FREE_AND_NULL(strA); in xmlSchemaPIllegalAttrErr()
14139 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; in xmlSchemaCheckDerivationOKRestriction2to4() local
14154 xmlSchemaGetComponentDesignation(&strA, in xmlSchemaCheckDerivationOKRestriction2to4()
14161 FREE_AND_NULL(strA); in xmlSchemaCheckDerivationOKRestriction2to4()
[all …]
/external/libxml2/
Dxmlschemas.c2820 xmlChar *des = NULL, *strA = NULL; in xmlSchemaPResCompAttrErr() local
2829 xmlSchemaFormatQName(&strA, refURI, refName), in xmlSchemaPResCompAttrErr()
2832 FREE_AND_NULL(strA) in xmlSchemaPResCompAttrErr()
2892 xmlChar *strA = NULL, *strB = NULL; in xmlSchemaPIllegalAttrErr() local
2894 xmlSchemaFormatNodeForError(&strA, ACTXT_CAST ctxt, attr->parent); in xmlSchemaPIllegalAttrErr()
2896 "%sThe attribute '%s' is not allowed.\n", BAD_CAST strA, in xmlSchemaPIllegalAttrErr()
2899 FREE_AND_NULL(strA); in xmlSchemaPIllegalAttrErr()
14167 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; in xmlSchemaCheckDerivationOKRestriction2to4() local
14182 xmlSchemaGetComponentDesignation(&strA, in xmlSchemaCheckDerivationOKRestriction2to4()
14189 FREE_AND_NULL(strA); in xmlSchemaCheckDerivationOKRestriction2to4()
[all …]
/external/srec/config/en.us/dictionary/
Dlarge.ok27933 stray strA