Home
last modified time | relevance | path

Searched refs:valptr (Results 1 – 25 of 27) sorted by relevance

12

/external/libcups/cups/
Dppd-localize.c248 *valptr; /* Pointer into value */ in ppdLocalizeIPPReason() local
363 for (valptr = locattr->value, bufptr = buffer; *valptr && bufptr < bufend;) in ppdLocalizeIPPReason()
365 if (!strncmp(valptr, "text:", 5)) in ppdLocalizeIPPReason()
371 valptr += 5; in ppdLocalizeIPPReason()
373 while (*valptr && !_cups_isspace(*valptr) && bufptr < bufend) in ppdLocalizeIPPReason()
375 if (*valptr == '%' && isxdigit(valptr[1] & 255) && in ppdLocalizeIPPReason()
376 isxdigit(valptr[2] & 255)) in ppdLocalizeIPPReason()
382 valptr ++; in ppdLocalizeIPPReason()
384 if (isdigit(*valptr & 255)) in ppdLocalizeIPPReason()
385 ch = (*valptr - '0') << 4; in ppdLocalizeIPPReason()
[all …]
Dadminutil.c1032 char *valptr; /* Pointer into value */ in cupsAdminGetServerSettings() local
1037 for (valptr = value; *valptr && !_cups_isspace(*valptr); valptr ++); in cupsAdminGetServerSettings()
1039 if (*valptr) in cupsAdminGetServerSettings()
1040 *valptr++ = '\0'; in cupsAdminGetServerSettings()
1049 for (value = valptr; _cups_isspace(*value); value ++); in cupsAdminGetServerSettings()
1669 char *valptr; /* Pointer into value */ in cupsAdminSetServerSettings() local
1686 for (valptr = value; *valptr && !_cups_isspace(*valptr); valptr ++); in cupsAdminSetServerSettings()
1688 if (*valptr) in cupsAdminSetServerSettings()
1689 *valptr++ = '\0'; in cupsAdminSetServerSettings()
1702 for (value = valptr; _cups_isspace(*value); value ++); in cupsAdminSetServerSettings()
Dauth.c566 char *valptr = value, /* Pointer into value buffer */ in cups_auth_param() local
595 if (valptr < valend) in cups_auth_param()
596 *valptr++ = *scheme; in cups_auth_param()
605 if (valptr < valend) in cups_auth_param()
606 *valptr++ = *scheme; in cups_auth_param()
612 *valptr = '\0'; in cups_auth_param()
Ddest.c4342 *valptr; /* Pointer into string attribute */ local
4390 for (valptr = attr->values[i].string.text;
4391 *valptr && ptr < end;)
4393 if (strchr(" \t\n\\\'\"", *valptr))
4401 *ptr++ = *valptr++;
/external/libcups/filter/
Dcommandtops.c133 const char *valptr; /* Pointer into attribute value */ in auto_configure() local
219 for (bufptr = buffer, valptr = attr->value; *valptr; valptr ++) in auto_configure()
225 if (*valptr == '\n') in auto_configure()
231 else if (*valptr < ' ') in auto_configure()
240 if (*valptr == '\r') in auto_configure()
245 else if (*valptr == '\t') in auto_configure()
253 *bufptr++ = '0' + ((*valptr / 64) & 7); in auto_configure()
254 *bufptr++ = '0' + ((*valptr / 8) & 7); in auto_configure()
255 *bufptr++ = '0' + (*valptr & 7); in auto_configure()
267 *bufptr++ = *valptr; in auto_configure()
[all …]
Dinterpret.c1047 *valptr, /* Pointer into value string */ in scan_ps() local
1092 for (cur ++, parens = 1, valptr = obj.value.string, in scan_ps()
1105 if (valptr >= valend) in scan_ps()
1121 *valptr++ = '\b'; in scan_ps()
1123 *valptr++ = '\f'; in scan_ps()
1125 *valptr++ = '\n'; in scan_ps()
1127 *valptr++ = '\r'; in scan_ps()
1129 *valptr++ = '\t'; in scan_ps()
1146 *valptr++ = (char)ch; in scan_ps()
1154 *valptr++ = *cur; in scan_ps()
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dctlz_zero_undef.ll38 …v_ctlz_zero_undef_i32(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %valptr) nounwind {
39 %val = load i32, i32 addrspace(1)* %valptr, align 4
54 …def_v2i32(<2 x i32> addrspace(1)* noalias %out, <2 x i32> addrspace(1)* noalias %valptr) nounwind {
55 %val = load <2 x i32>, <2 x i32> addrspace(1)* %valptr, align 8
74 …def_v4i32(<4 x i32> addrspace(1)* noalias %out, <4 x i32> addrspace(1)* noalias %valptr) nounwind {
75 %val = load <4 x i32>, <4 x i32> addrspace(1)* %valptr, align 16
86 define void @v_ctlz_zero_undef_i8(i8 addrspace(1)* noalias %out, i8 addrspace(1)* noalias %valptr) …
87 %val = load i8, i8 addrspace(1)* %valptr
153 …undef_i32_sel_eq_neg1(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %valptr) nounwind {
154 %val = load i32, i32 addrspace(1)* %valptr
[all …]
Dctlz.ll46 define void @v_ctlz_i32(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %valptr) nounwind…
47 %val = load i32, i32 addrspace(1)* %valptr, align 4
64 …tlz_v2i32(<2 x i32> addrspace(1)* noalias %out, <2 x i32> addrspace(1)* noalias %valptr) nounwind {
65 %val = load <2 x i32>, <2 x i32> addrspace(1)* %valptr, align 8
92 …tlz_v4i32(<4 x i32> addrspace(1)* noalias %out, <4 x i32> addrspace(1)* noalias %valptr) nounwind {
93 %val = load <4 x i32>, <4 x i32> addrspace(1)* %valptr, align 16
106 define void @v_ctlz_i8(i8 addrspace(1)* noalias %out, i8 addrspace(1)* noalias %valptr) nounwind {
107 %val = load i8, i8 addrspace(1)* %valptr
177 …_ctlz_i32_sel_eq_neg1(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %valptr) nounwind {
178 %val = load i32, i32 addrspace(1)* %valptr
[all …]
Dbitreverse.ll26 define void @v_brev_i16(i16 addrspace(1)* noalias %out, i16 addrspace(1)* noalias %valptr) #0 {
27 %val = load i16, i16 addrspace(1)* %valptr
50 define void @v_brev_i32(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %valptr) #0 {
51 %val = load i32, i32 addrspace(1)* %valptr
69 …d @v_brev_v2i32(<2 x i32> addrspace(1)* noalias %out, <2 x i32> addrspace(1)* noalias %valptr) #0 {
70 %val = load <2 x i32>, <2 x i32> addrspace(1)* %valptr
84 define void @v_brev_i64(i64 addrspace(1)* noalias %out, i64 addrspace(1)* noalias %valptr) #0 {
85 %val = load i64, i64 addrspace(1)* %valptr
99 …d @v_brev_v2i64(<2 x i64> addrspace(1)* noalias %out, <2 x i64> addrspace(1)* noalias %valptr) #0 {
100 %val = load <2 x i64>, <2 x i64> addrspace(1)* %valptr
Dcttz_zero_undef.ll30 …v_cttz_zero_undef_i32(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %valptr) nounwind {
31 %val = load i32, i32 addrspace(1)* %valptr, align 4
46 …def_v2i32(<2 x i32> addrspace(1)* noalias %out, <2 x i32> addrspace(1)* noalias %valptr) nounwind {
47 %val = load <2 x i32>, <2 x i32> addrspace(1)* %valptr, align 8
66 …def_v4i32(<4 x i32> addrspace(1)* noalias %out, <4 x i32> addrspace(1)* noalias %valptr) nounwind {
67 %val = load <4 x i32>, <4 x i32> addrspace(1)* %valptr, align 16
Dllvm.AMDGPU.flbit.i32.ll23 define void @v_flbit(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %valptr) nounwind {
24 %val = load i32, i32 addrspace(1)* %valptr, align 4
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dctlz.ll46 …rnel void @v_ctlz_i32(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %valptr) nounwind {
48 %in.gep = getelementptr i32, i32 addrspace(1)* %valptr, i32 %tid
66 …tlz_v2i32(<2 x i32> addrspace(1)* noalias %out, <2 x i32> addrspace(1)* noalias %valptr) nounwind {
68 %in.gep = getelementptr <2 x i32>, <2 x i32> addrspace(1)* %valptr, i32 %tid
96 …tlz_v4i32(<4 x i32> addrspace(1)* noalias %out, <4 x i32> addrspace(1)* noalias %valptr) nounwind {
98 %in.gep = getelementptr <4 x i32>, <4 x i32> addrspace(1)* %valptr, i32 %tid
118 …_kernel void @v_ctlz_i8(i8 addrspace(1)* noalias %out, i8 addrspace(1)* noalias %valptr) nounwind {
119 %val = load i8, i8 addrspace(1)* %valptr
188 …_ctlz_i32_sel_eq_neg1(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %valptr) nounwind {
190 %in.gep = getelementptr i32, i32 addrspace(1)* %valptr, i32 %tid
[all …]
Dctlz_zero_undef.ll38 …v_ctlz_zero_undef_i32(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %valptr) nounwind {
40 %in.gep = getelementptr i32, i32 addrspace(1)* %valptr, i32 %tid
56 …def_v2i32(<2 x i32> addrspace(1)* noalias %out, <2 x i32> addrspace(1)* noalias %valptr) nounwind {
58 %in.gep = getelementptr <2 x i32>, <2 x i32> addrspace(1)* %valptr, i32 %tid
78 …def_v4i32(<4 x i32> addrspace(1)* noalias %out, <4 x i32> addrspace(1)* noalias %valptr) nounwind {
80 %in.gep = getelementptr <4 x i32>, <4 x i32> addrspace(1)* %valptr, i32 %tid
91 …d @v_ctlz_zero_undef_i8(i8 addrspace(1)* noalias %out, i8 addrspace(1)* noalias %valptr) nounwind {
93 %in.gep = getelementptr i8, i8 addrspace(1)* %valptr, i32 %tid
159 …undef_i32_sel_eq_neg1(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %valptr) nounwind {
161 %in.gep = getelementptr i32, i32 addrspace(1)* %valptr, i32 %tid
[all …]
Dbitreverse.ll27 …gpu_kernel void @v_brev_i16(i16 addrspace(1)* noalias %out, i16 addrspace(1)* noalias %valptr) #0 {
28 %val = load i16, i16 addrspace(1)* %valptr
51 …gpu_kernel void @v_brev_i32(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %valptr) #0 {
53 %gep = getelementptr i32, i32 addrspace(1)* %valptr, i32 %tid
72 …d @v_brev_v2i32(<2 x i32> addrspace(1)* noalias %out, <2 x i32> addrspace(1)* noalias %valptr) #0 {
74 %gep = getelementptr <2 x i32>, <2 x i32> addrspace(1)* %valptr, i32 %tid
90 …gpu_kernel void @v_brev_i64(i64 addrspace(1)* noalias %out, i64 addrspace(1)* noalias %valptr) #0 {
92 %gep = getelementptr i64, i64 addrspace(1)* %valptr, i32 %tid
107 …d @v_brev_v2i64(<2 x i64> addrspace(1)* noalias %out, <2 x i64> addrspace(1)* noalias %valptr) #0 {
109 %gep = getelementptr <2 x i64> , <2 x i64> addrspace(1)* %valptr, i32 %tid
Dllvm.amdgcn.sffbh.ll21 …amdgpu_kernel void @v_flbit(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %valptr) #0 {
22 %val = load i32, i32 addrspace(1)* %valptr, align 4
Dcttz_zero_undef.ll35 …v_cttz_zero_undef_i32(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %valptr) nounwind {
37 %in.gep = getelementptr i32, i32 addrspace(1)* %valptr, i32 %tid
53 …def_v2i32(<2 x i32> addrspace(1)* noalias %out, <2 x i32> addrspace(1)* noalias %valptr) nounwind {
55 %in.gep = getelementptr <2 x i32>, <2 x i32> addrspace(1)* %valptr, i32 %tid
75 …def_v4i32(<4 x i32> addrspace(1)* noalias %out, <4 x i32> addrspace(1)* noalias %valptr) nounwind {
77 %in.gep = getelementptr <4 x i32>, <4 x i32> addrspace(1)* %valptr, i32 %tid
/external/llvm/test/CodeGen/ARM/
Dbyval-align.ll18 %valptr = getelementptr [4 x i32], [4 x i32]* %b, i32 0, i32 0
19 %val = load i32, i32* %valptr
36 %valptr = getelementptr [4 x i32], [4 x i32]* %b, i32 0, i32 0
37 %val = load i32, i32* %valptr
52 %valptr = getelementptr [4 x i32], [4 x i32]* %b, i32 0, i32 0
53 %val = load i32, i32* %valptr
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dbyval-align.ll18 %valptr = getelementptr [4 x i32], [4 x i32]* %b, i32 0, i32 0
19 %val = load i32, i32* %valptr
36 %valptr = getelementptr [4 x i32], [4 x i32]* %b, i32 0, i32 0
37 %val = load i32, i32* %valptr
52 %valptr = getelementptr [4 x i32], [4 x i32]* %b, i32 0, i32 0
53 %val = load i32, i32* %valptr
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dfcntl.go17 valptr, _, err := Syscall(fcntl64Syscall, fd, uintptr(cmd), uintptr(arg))
18 return int(valptr), err
Dsyscall_solaris.go317valptr, _, err := sysvicall6(uintptr(unsafe.Pointer(&procfcntl)), 3, uintptr(fd), uintptr(cmd), ui…
318 return int(valptr), err
/external/llvm/test/Transforms/GlobalOpt/
Dinvariant.group.barrier.ll29 %valptr = alloca i32
33 store i32 %val, i32* %valptr
35 %0 = bitcast i32* %valptr to i8*
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/
Dinvariant.group.ll29 %valptr = alloca i32
33 store i32 %val, i32* %valptr
35 %0 = bitcast i32* %valptr to i8*
/external/nos/host/android/manual_tests/
Dtest_citadel.c315 static uint32_t read32(uint32_t address, uint32_t *valptr) in read32() argument
326 if (replycount == sizeof(*valptr)) { in read32()
327 memcpy(valptr, buf, sizeof(*valptr)); in read32()
328 debug(2, "value is 0x%08x\n", *valptr); in read32()
/external/selinux/checkpolicy/
Dpolicy_parse.y72 uintptr_t valptr; member
81 %type <valptr> cexpr cexpr_prim op role_mls_op
/external/dng_sdk/source/
Ddng_lossless_jpeg.cpp107 int16 valptr[17]; member
208 htbl->valptr [l] = (int16) p; in FixHuffTbl()
1655 return htbl->huffval [htbl->valptr [l] + in HuffDecode()

12