/external/libcups/cups/ |
D | ppd-localize.c | 248 *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 …]
|
D | adminutil.c | 1032 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()
|
D | auth.c | 566 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()
|
D | dest.c | 4342 *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/ |
D | commandtops.c | 133 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 …]
|
D | interpret.c | 1047 *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/ |
D | ctlz_zero_undef.ll | 38 …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 …]
|
D | ctlz.ll | 46 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 …]
|
D | bitreverse.ll | 26 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
|
D | cttz_zero_undef.ll | 30 …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
|
D | llvm.AMDGPU.flbit.i32.ll | 23 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/llvm/test/CodeGen/ARM/ |
D | byval-align.ll | 18 %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/golang-protobuf/proto/ |
D | decode.go | 832 var valptr reflect.Value 837 valptr = reflect.ValueOf(&dummy) // *[]byte 838 valbase = toStructPointer(valptr) // *[]byte 841 valptr = reflect.New(reflect.PtrTo(p.mtype.Elem())).Elem() // addressable *V 842 valptr.Set(reflect.New(valptr.Type().Elem())) 843 valbase = toStructPointer(valptr) 846 valptr = reflect.New(reflect.PtrTo(p.mtype.Elem())).Elem() // addressable *V 847 valbase = toStructPointer(valptr.Addr()) // **V 872 keyelem, valelem := keyptr.Elem(), valptr.Elem()
|
D | encode.go | 1219 valptr := reflect.New(reflect.PtrTo(valcopy.Type())).Elem() // addressable *V 1220 valptr.Set(valcopy.Addr()) // 1221 valbase = toStructPointer(valptr.Addr()) // **V
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | invariant.group.barrier.ll | 29 %valptr = alloca i32 33 store i32 %val, i32* %valptr 35 %0 = bitcast i32* %valptr to i8*
|
/external/nos/host/android/manual_tests/ |
D | test_citadel.c | 315 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/ |
D | policy_parse.y | 72 uintptr_t valptr; member 81 %type <valptr> cexpr cexpr_prim op role_mls_op
|
/external/dng_sdk/source/ |
D | dng_lossless_jpeg.cpp | 107 int16 valptr[17]; member 208 htbl->valptr [l] = (int16) p; in FixHuffTbl() 1655 return htbl->huffval [htbl->valptr [l] + in HuffDecode()
|
/external/python/cpython2/Misc/ |
D | HISTORY | 12787 - void PyErr_NormalizeException(typeptr, valptr, tbptr)
|
/external/python/cpython3/Misc/ |
D | HISTORY | 30166 - void PyErr_NormalizeException(typeptr, valptr, tbptr)
|