Searched defs:val (Results 226 - 250 of 2316) sorted by relevance

1234567891011>>

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_timedwait/
H A D11-1.c37 int val[2], sts[2]; local
60 if (sem_getvalue(&mysemp[i], &val[i]) == -1) {
66 if ((val[i] == 0) && (sts[i] == 0)) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D10-1.c44 void wait_for_notification(int val) argument
48 while (notification != val) {
/external/lzma/CPP/Common/
H A DIntToString.cpp9 while (val >= 10) { temp[i++] = (unsigned char)('0' + (unsigned)(val % 10)); val /= 10; } \
10 *s++ = (charType)('0' + (unsigned)val); \
14 void ConvertUInt32ToString(UInt32 val, char *s) throw() argument
19 void ConvertUInt64ToString(UInt64 val, char *s) throw() argument
21 if (val <= (UInt32)0xFFFFFFFF)
23 ConvertUInt32ToString((UInt32)val, s);
29 void ConvertUInt64ToOct(UInt64 val, char *s) throw() argument
31 UInt64 v = val;
49 ConvertUInt32ToHex(UInt32 val, char *s) argument
69 ConvertUInt64ToHex(UInt64 val, char *s) argument
89 ConvertUInt32ToHex8Digits(UInt32 val, char *s) argument
113 ConvertUInt32ToString(UInt32 val, wchar_t *s) argument
118 ConvertUInt64ToString(UInt64 val, wchar_t *s) argument
128 ConvertInt64ToString(Int64 val, char *s) argument
138 ConvertInt64ToString(Int64 val, wchar_t *s) argument
[all...]
/external/lzma/CPP/Windows/
H A DPropVariantConv.cpp10 #define UINT_TO_STR_2(c, val) { s[0] = (c); s[1] = (char)('0' + (val) / 10); s[2] = (char)('0' + (val) % 10); s += 3; }
20 unsigned val = st.wYear; local
21 if (val >= 10000)
23 *s++ = (char)('0' + val / 10000);
24 val %= 10000;
27 s[3] = (char)('0' + val % 10); val /= 10;
28 s[2] = (char)('0' + val
[all...]
/external/mesa3d/src/compiler/glsl/tests/
H A Dcopy_constant_to_storage_tests.cpp33 const ir_constant *val,
70 ir_constant *val; local
71 generate_data(mem_ctx, GLSL_TYPE_INT, 1, rows, val);
73 const unsigned red_zone_size = ARRAY_SIZE(storage) - val->type->components();
75 val->type->components(),
79 val,
80 val->type->base_type,
81 val->type->components(),
84 verify_data(storage, 0, val, red_zone_size, 0xF00F);
90 ir_constant *val; local
110 ir_constant *val; local
130 ir_constant *val; local
155 ir_constant *val; local
[all...]
/external/mesa3d/src/compiler/nir/
H A Dnir_gs_count_vertices.c74 nir_const_value *val = nir_src_as_const_value(intrin->src[0]); local
76 if (!val)
80 count = val->i32[0];
86 if (count != val->i32[0])
H A Dnir_search_helpers.h42 nir_const_value *val = nir_src_as_const_value(instr->src[src].src); local
45 if (!val)
51 if (val->i32[swizzle[i]] < 0)
53 if (!__is_power_of_two(val->i32[swizzle[i]]))
57 if (!__is_power_of_two(val->u32[swizzle[i]]))
72 nir_const_value *val = nir_src_as_const_value(instr->src[src].src); local
75 if (!val)
81 if (val->i32[swizzle[i]] > 0)
83 if (!__is_power_of_two(abs(val->i32[swizzle[i]])))
98 nir_const_value *val local
[all...]
/external/mesa3d/src/egl/main/
H A Deglsync.c51 EGLAttrib val = attrib_list[i]; local
57 sync->CLEvent = val;
65 sync->SyncFd = val;
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_colors.c62 pp_nored_init(struct pp_queue_t *ppq, unsigned int n, unsigned int val) argument
72 pp_nogreen_init(struct pp_queue_t *ppq, unsigned int n, unsigned int val) argument
82 pp_noblue_init(struct pp_queue_t *ppq, unsigned int n, unsigned int val) argument
/external/mesa3d/src/glx/
H A Dclientattrib.c40 do_enable_disable(GLenum array, GLboolean val) argument
50 if (!__glXSetArrayEnable(state, array, index, val)) {
/external/openssh/openbsd-compat/regress/
H A Dstrtonumtest.c43 long long val; local
46 val = strtonum(p, lb, ub, &q);
52 fprintf(stderr, "%s [%lld-%lld] %lld ", p, lb, ub, val);
/external/pdfium/third_party/zlib_v128/
H A Dinftrees.h21 of the bit buffer. val is the actual byte to output in the case
27 unsigned short val; /* offset in table or code value */ member in struct:__anon16791
/external/protobuf/conformance/
H A DConformanceJava.java41 private void writeLittleEndianIntToStdout(int val) throws Exception { argument
43 buf[0] = (byte)val;
44 buf[1] = (byte)(val >> 8);
45 buf[2] = (byte)(val >> 16);
46 buf[3] = (byte)(val >> 24);
H A DConformanceJavaLite.java38 private void writeLittleEndianIntToStdout(int val) throws Exception { argument
40 buf[0] = (byte)val;
41 buf[1] = (byte)(val >> 8);
42 buf[2] = (byte)(val >> 16);
43 buf[3] = (byte)(val >> 24);
/external/python/cpython2/Modules/zlib/
H A Dinftrees.h21 of the bit buffer. val is the actual byte to output in the case
27 unsigned short val; /* offset in table or code value */ member in struct:__anon17700
/external/regex-re2/util/
H A Dthread.cc36 void *val; local
37 pthread_join(pid_, &val);
/external/selinux/libselinux/src/
H A Dselinux_netlink.h24 int32_t val; member in struct:selnl_msg_setenforce
/external/selinux/libsepol/src/
H A Dsymtab.c18 unsigned int val; local
20 val = 0;
24 val =
25 (val << 4 | (val >> (8 * sizeof(unsigned int) - 4))) ^ (*p);
26 return val & (h->size - 1);
/external/skia/bench/
H A DHardStopGradientBench_ScaleNumHardStops.cpp63 float val = k/2.0f; variable
64 positions[k++] = val / fColorCount;
65 positions[k++] = val / fColorCount;
H A DMemsetBench.cpp44 static void memsetT(T* dst, T val, int n) { argument
45 for (int i = 0; i < n; i++) { dst[i] = val; }
/external/skia/src/core/
H A DSkMiniRecorder.h48 struct Max { static const size_t val = A > B ? A : B; }; member in struct:SkMiniRecorder::Max
53 sizeof(SkRecords::DrawTextBlob)>::val>::val;
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
H A DNOPMDCAdapter.java49 public void put(String key, String val) { argument
/external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/
H A DMDCAdapter.java39 * Put a context value (the <code>val</code> parameter) as identified with
41 * The <code>key</code> parameter cannot be null. The code>val</code> parameter
47 public void put(String key, String val); argument
/external/slf4j/slf4j-log4j12/src/main/java/org/slf4j/impl/
H A DLog4jMDCAdapter.java48 * Put a context value (the <code>val</code> parameter) as identified with
51 * support null for the <code>val</code> parameter.
57 * in case the "key" or <b>"val"</b> parameter is null
59 public void put(String key, String val) { argument
60 org.apache.log4j.MDC.put(key, val);
/external/strace/
H A Ddyxlat.c37 (xlat).val = 0; \
76 dyxlat_add_pair(struct dyxlat *const dyxlat, const uint64_t val, argument
82 if (dyxlat->xlat[i].val == val) {
99 dyxlat->xlat[dyxlat->used - 1].val = val;

Completed in 810 milliseconds

1234567891011>>