Home
last modified time | relevance | path

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

12

/external/libcups/cups/
Dppd-localize.c237 *valptr; /* Pointer into value */ in ppdLocalizeIPPReason() local
310 for (valptr = locattr->value, bufptr = buffer; *valptr && bufptr < bufend;) in ppdLocalizeIPPReason()
312 if (!strncmp(valptr, "text:", 5)) in ppdLocalizeIPPReason()
318 valptr += 5; in ppdLocalizeIPPReason()
320 while (*valptr && !_cups_isspace(*valptr) && bufptr < bufend) in ppdLocalizeIPPReason()
322 if (*valptr == '%' && isxdigit(valptr[1] & 255) && in ppdLocalizeIPPReason()
323 isxdigit(valptr[2] & 255)) in ppdLocalizeIPPReason()
329 valptr ++; in ppdLocalizeIPPReason()
331 if (isdigit(*valptr & 255)) in ppdLocalizeIPPReason()
332 ch = (*valptr - '0') << 4; in ppdLocalizeIPPReason()
[all …]
Dadminutil.c291 char *valptr; /* Pointer into value */ in cupsAdminGetServerSettings() local
296 for (valptr = value; *valptr && !_cups_isspace(*valptr); valptr ++); in cupsAdminGetServerSettings()
298 if (*valptr) in cupsAdminGetServerSettings()
299 *valptr++ = '\0'; in cupsAdminGetServerSettings()
308 for (value = valptr; _cups_isspace(*value); value ++); in cupsAdminGetServerSettings()
924 char *valptr; /* Pointer into value */ in cupsAdminSetServerSettings() local
941 for (valptr = value; *valptr && !_cups_isspace(*valptr); valptr ++); in cupsAdminSetServerSettings()
943 if (*valptr) in cupsAdminSetServerSettings()
944 *valptr++ = '\0'; in cupsAdminSetServerSettings()
957 for (value = valptr; _cups_isspace(*value); value ++); in cupsAdminSetServerSettings()
Draster-interpret.c1043 *valptr, /* Pointer into value string */ in scan_ps() local
1088 for (cur ++, parens = 1, valptr = obj.value.string, in scan_ps()
1101 if (valptr >= valend) in scan_ps()
1117 *valptr++ = '\b'; in scan_ps()
1119 *valptr++ = '\f'; in scan_ps()
1121 *valptr++ = '\n'; in scan_ps()
1123 *valptr++ = '\r'; in scan_ps()
1125 *valptr++ = '\t'; in scan_ps()
1142 *valptr++ = (char)ch; in scan_ps()
1150 *valptr++ = *cur; in scan_ps()
[all …]
Dauth.c592 char *valptr = value, /* Pointer into value buffer */ in cups_auth_param() local
621 if (valptr < valend) in cups_auth_param()
622 *valptr++ = *scheme; in cups_auth_param()
631 if (valptr < valend) in cups_auth_param()
632 *valptr++ = *scheme; in cups_auth_param()
638 *valptr = '\0'; in cups_auth_param()
Ddest.c4243 *valptr; /* Pointer into string attribute */ in cups_make_string() local
4291 for (valptr = attr->values[i].string.text; in cups_make_string()
4292 *valptr && ptr < end;) in cups_make_string()
4294 if (strchr(" \t\n\\\'\"", *valptr)) in cups_make_string()
4302 *ptr++ = *valptr++; in cups_make_string()
/external/libcups/filter/
Dcommandtops.c129 const char *valptr; /* Pointer into attribute value */ in auto_configure() local
215 for (bufptr = buffer, valptr = attr->value; *valptr; valptr ++) in auto_configure()
221 if (*valptr == '\n') in auto_configure()
227 else if (*valptr < ' ') in auto_configure()
236 if (*valptr == '\r') in auto_configure()
241 else if (*valptr == '\t') in auto_configure()
249 *bufptr++ = '0' + ((*valptr / 64) & 7); in auto_configure()
250 *bufptr++ = '0' + ((*valptr / 8) & 7); in auto_configure()
251 *bufptr++ = '0' + (*valptr & 7); in auto_configure()
263 *bufptr++ = *valptr; in auto_configure()
[all …]
/external/libcups/cgi-bin/
Dipp-var.c938 *valptr; /* Pointer into value */ in cgiSetIPPObjectVars() local
988 if ((valptr = strrchr(attr->values[0].string.text, '/')) == NULL) in cgiSetIPPObjectVars()
989 valptr = "unknown"; in cgiSetIPPObjectVars()
991 valptr ++; in cgiSetIPPObjectVars()
993 cgiSetArray("job_printer_name", element, valptr); in cgiSetIPPObjectVars()
1006 valptr = value; in cgiSetIPPObjectVars()
1010 if (valptr >= (value + sizeof(value) - 3)) in cgiSetIPPObjectVars()
1015 *valptr++ = ','; in cgiSetIPPObjectVars()
1016 *valptr++ = ' '; in cgiSetIPPObjectVars()
1019 remaining = sizeof(value) - (size_t)(valptr - value); in cgiSetIPPObjectVars()
[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/libcups/scheduler/
Dconf.c2060 char *valptr; /* Pointer into value */ in parse_aaa() local
2137 for (valptr = value; *valptr && !_cups_isspace(*valptr); valptr ++); in parse_aaa()
2139 while (_cups_isspace(*valptr)) in parse_aaa()
2140 *valptr++ = '\0'; in parse_aaa()
2222 value = valptr; in parse_aaa()
2339 for (valptr = value; !_cups_isspace(*valptr) && *valptr; valptr ++); in parse_aaa()
2341 if (*valptr) in parse_aaa()
2342 *valptr++ = '\0'; in parse_aaa()
2360 for (value = valptr; *value;) in parse_aaa()
2372 for (valptr = value + 9; *valptr != ')' && *valptr; valptr ++); in parse_aaa()
[all …]
Djob.c3636 *valptr; /* Pointer in value string */ in get_options() local
4037 for (valptr = attr->values[i].unknown.data; length > 0; length --) in get_options()
4039 if ((*valptr & 255) < 0x20 || *valptr == 0x7f) in get_options()
4051 …for (valptr = attr->values[i].unknown.data, length = attr->values[i].unknown.length; length > 0; l… in get_options()
4053 snprintf(optptr, optlength - (size_t)(optptr - options) - 1, "%02X", *valptr & 255); in get_options()
4061 …for (valptr = attr->values[i].unknown.data, length = attr->values[i].unknown.length; length > 0; l… in get_options()
4063 if (strchr(" \t\n\\\'\"", *valptr)) in get_options()
4065 *optptr++ = *valptr++; in get_options()
4079 for (valptr = attr->values[i].string.text; *valptr;) in get_options()
4081 if (strchr(" \t\n\\\'\"", *valptr)) in get_options()
[all …]
/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/libcups/tools/
Dipptool.c4385 *valptr; /* Pointer into value */ in with_value() local
4419 valptr = value; in with_value()
4421 while (isspace(*valptr & 255) || isdigit(*valptr & 255) || in with_value()
4422 *valptr == '-' || *valptr == ',' || *valptr == '<' || in with_value()
4423 *valptr == '=' || *valptr == '>') in with_value()
4426 while (*valptr && !isdigit(*valptr & 255) && *valptr != '-') in with_value()
4428 if (*valptr == '<' || *valptr == '>' || *valptr == '=') in with_value()
4429 op = *valptr; in with_value()
4430 valptr ++; in with_value()
4433 if (!*valptr) in with_value()
[all …]
Dippeveprinter.c6237 *valptr; /* Pointer into string */ in process_job() local
6311 valptr = val; in process_job()
6312 *valptr++ = 'I'; in process_job()
6313 *valptr++ = 'P'; in process_job()
6314 *valptr++ = 'P'; in process_job()
6315 *valptr++ = '_'; in process_job()
6316 while (*name && valptr < (val + sizeof(val) - 2)) in process_job()
6319 *valptr++ = '_'; in process_job()
6321 *valptr++ = (char)toupper(*name & 255); in process_job()
6325 *valptr++ = '='; in process_job()
[all …]
/external/libcups/backend/
Dipp.c2996 *valptr; /* Pointer into value string */ in report_attr() local
3004 for (i = 0, valptr = value; in report_attr()
3005 i < attr->num_values && valptr < (value + sizeof(value) - 10); in report_attr()
3009 *valptr++ = ','; in report_attr()
3015 snprintf(valptr, sizeof(value) - (size_t)(valptr - value), "%d", attr->values[i].integer); in report_attr()
3016 valptr += strlen(valptr); in report_attr()
3022 … quote_string(attr->values[i].string.text, valptr, (size_t)(value + sizeof(value) - valptr)); in report_attr()
3023 valptr += strlen(valptr); in report_attr()
3035 *valptr = '\0'; in report_attr()
3069 *valptr; /* Pointer into string */ in report_printer_state() local
[all …]
Ddnssd.c1192 char *valptr = value + strlen(value); local
1195 if (valptr < (value + sizeof(value) - 1))
1196 *valptr++ = ',';
1201 if (isalnum(*ptr & 255) && valptr < (value + sizeof(value) - 1))
1202 *valptr++ = (char)toupper(*ptr++ & 255);
1207 *valptr = '\0';
/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/python/pybind11/include/pybind11/detail/
Dclass.h313 inline void register_instance(instance *self, void *valptr, const type_info *tinfo) { in register_instance() argument
314 register_instance_impl(valptr, self); in register_instance()
316 traverse_offset_bases(valptr, tinfo, self, register_instance_impl); in register_instance()
319 inline bool deregister_instance(instance *self, void *valptr, const type_info *tinfo) { in deregister_instance() argument
320 bool ret = deregister_instance_impl(valptr, self); in deregister_instance()
322 traverse_offset_bases(valptr, tinfo, self, deregister_instance_impl); in deregister_instance()
/external/selinux/checkpolicy/
Dpolicy_parse.y71 uintptr_t valptr; member
80 %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()
/external/abseil-cpp/absl/types/
Dvariant_test.cc459 const TypeParam* valptr = absl::get_if<TypeParam>(&v); in TYPED_TEST() local
460 ASSERT_TRUE(nullptr != valptr); in TYPED_TEST()
461 EXPECT_EQ(value.value, valptr->value); in TYPED_TEST()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
Dvariant_test.cc459 const TypeParam* valptr = absl::get_if<TypeParam>(&v); in TYPED_TEST() local
460 ASSERT_TRUE(nullptr != valptr); in TYPED_TEST()
461 EXPECT_EQ(value.value, valptr->value); in TYPED_TEST()

12