/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | FieldsSet.java | 100 String aval = Integer.toString(myVal); in diffFrom() 103 str.append(fieldName +"="+aval+" not "+bval+", "); in diffFrom()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | FieldsSet.java | 97 String aval = Integer.toString(myVal); in diffFrom() 100 str.append(fieldName +"="+aval+" not "+bval+", "); in diffFrom()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_alaw.c | 100 unsigned char aval; in s16_to_alaw() local 112 aval = pcm_val >> 4; in s16_to_alaw() 116 aval = (seg << 4) | ((pcm_val >> (seg + 3)) & 0x0f); in s16_to_alaw() 118 return aval ^ mask; in s16_to_alaw()
|
/third_party/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_ec.c | 77 const void *aval; in ecdh_cms_set_peerkey() local 83 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in ecdh_cms_set_peerkey() 101 pkpeer = pkey_type2param(atype, aval, in ecdh_cms_set_peerkey()
|
H A D | cms_dh.c | 24 const void *aval; in dh_cms_set_peerkey() local 33 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in dh_cms_set_peerkey()
|
/third_party/openssl/crypto/cms/ |
H A D | cms_ec.c | 77 const void *aval; in ecdh_cms_set_peerkey() local 83 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in ecdh_cms_set_peerkey() 101 pkpeer = pkey_type2param(atype, aval, in ecdh_cms_set_peerkey()
|
H A D | cms_dh.c | 24 const void *aval; in dh_cms_set_peerkey() local 33 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in dh_cms_set_peerkey()
|
/third_party/python/Modules/ |
H A D | audioop.c | 260 unsigned char aval; in st_linear2alaw() local 278 aval = (unsigned char) seg << SEG_SHIFT; in st_linear2alaw() 280 aval |= (pcm_val >> 1) & QUANT_MASK; in st_linear2alaw() 282 aval |= (pcm_val >> seg) & QUANT_MASK; in st_linear2alaw() 283 return (aval ^ mask); in st_linear2alaw()
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 1544 char *aval; in attr_set_f() local 1560 aval = malloc(len); in attr_set_f() 1561 memset(aval, nameseq & 0xff, len); in attr_set_f() 1562 e = attr_set_path(&f, aname, aval, len, ATTR_DONTFOLLOW) < 0 ? in attr_set_f() 1565 free(aval); in attr_set_f()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngstest.c | 2665 png_byte aval = ppa[x]; in compare_two_images() local 2670 if (bval != aval) in compare_two_images() 2673 in_use[aval] = 1; in compare_two_images() 2674 if (aval > amax) in compare_two_images() 2675 amax = aval; in compare_two_images()
|
/third_party/python/Objects/ |
H A D | dictobject.c | 3161 PyObject *key, *aval; in dict_equal() local 3171 aval = a->ma_values->values[i]; in dict_equal() 3173 aval = ep->me_value; in dict_equal() 3178 aval = ep->me_value; in dict_equal() 3181 if (aval != NULL) { in dict_equal() 3184 /* temporarily bump aval's refcount to ensure it stays in dict_equal() 3186 Py_INCREF(aval); in dict_equal() 3193 Py_DECREF(aval); in dict_equal() 3199 cmp = PyObject_RichCompareBool(aval, bval, Py_EQ); in dict_equal() 3201 Py_DECREF(aval); in dict_equal() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | clearvideo.c | 117 int aval = FFABS(val), sign = val < 0; in decode_block() local 118 val = ac_quant * (2 * aval + 1); in decode_block()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | g711.c | 99 unsigned char aval; in st_13linear2alaw() local 122 aval = (unsigned char) seg << SEG_SHIFT; in st_13linear2alaw() 124 aval |= (pcm_val >> 1) & QUANT_MASK; in st_13linear2alaw() 126 aval |= (pcm_val >> seg) & QUANT_MASK; in st_13linear2alaw() 127 return (aval ^ mask); in st_13linear2alaw() 2516 unsigned char aval) 2518 aval &= 0xff; 2519 return (unsigned char) ((aval & 0x80) ? (0xFF ^ _a2u[aval ^ 0xD5]) : 2520 (0x7F ^ _a2u[aval [all...] |