Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 25 of 58) sorted by relevance

123

/glibc-2.36/localedata/unicode-gen/
Dgen_translit_circle.py42 head = tail = ''
50 tail = line
53 tail = tail + line
54 return (head, tail)
77 def output_tail(translit_file, tail=''): argument
79 if ARGS.input_file and tail:
80 translit_file.write(tail)
151 output_tail(TRANSLIT_FILE, tail=TAIL)
Dgen_translit_font.py42 head = tail = ''
50 tail = line
53 tail = tail + line
54 return (head, tail)
77 def output_tail(translit_file, tail=''): argument
79 if ARGS.input_file and tail:
80 translit_file.write(tail)
157 output_tail(TRANSLIT_FILE, tail=TAIL)
Dgen_translit_fraction.py42 head = tail = ''
50 tail = line
53 tail = tail + line
54 return (head, tail)
81 def output_tail(translit_file, tail=''): argument
83 if ARGS.input_file and tail:
84 translit_file.write(tail)
198 output_tail(TRANSLIT_FILE, tail=TAIL)
Dgen_translit_cjk_compat.py43 head = tail = ''
51 tail = line
54 tail = tail + line
55 return (head, tail)
79 def output_tail(translit_file, tail=''): argument
81 if ARGS.input_file and tail:
82 translit_file.write(tail)
221 output_tail(TRANSLIT_FILE, tail=TAIL)
Dgen_translit_combining.py42 head = tail = ''
50 tail = line
53 tail = tail + line
54 return (head, tail)
79 def output_tail(translit_file, tail=''): argument
81 if ARGS.input_file and tail:
82 translit_file.write(tail)
445 output_tail(TRANSLIT_FILE, tail=TAIL)
Dgen_translit_compat.py42 head = tail = ''
50 tail = line
53 tail = tail + line
54 return (head, tail)
78 def output_tail(translit_file, tail=''): argument
80 if ARGS.input_file and tail:
81 translit_file.write(tail)
327 output_tail(TRANSLIT_FILE, tail=TAIL)
Dgen_unicode_ctype.py135 head = tail = ''
149 tail = line
152 tail = tail + line
153 return (head, tail)
189 def output_tail(i18n_file, tail=''): argument
193 if ARGS.input_file and tail:
194 i18n_file.write(tail)
323 output_tail(I18N_FILE, tail=TAIL)
/glibc-2.36/resolv/
Dtst-resolv-network.c168 char *tail; in response() local
169 if (sscanf (qname, "code%d.%ms", &code, &tail) != 2 in response()
170 || strcmp (tail, "example") != 0) in response()
172 free (tail); in response()
179 char *tail; in response() local
182 &tail) != 5 in response()
183 || strcmp (tail, "in-addr.arpa") != 0) in response()
185 free (tail); in response()
Dres-name-checking.c196 unsigned char *tail = buf + 1 + label_length; in ___res_mailok() local
197 if (*tail == 0) in ___res_mailok()
200 return binary_hnok (tail); in ___res_mailok()
Dtst-resolv-canonname.c46 char *tail; in response() local
47 if (sscanf (qname, "code%d.%ms", &code, &tail) != 2 in response()
48 || strcmp (tail, "example") != 0) in response()
50 free (tail); in response()
Dtst-resolv-noaaaa.c49 char *tail; in response() local
50 if (sscanf (qname, "an%d.ns%d.ar%d.%ms", &an, &ns, &ar, &tail) != 4) in response()
52 TEST_COMPARE_STRING (tail, "example"); in response()
53 free (tail); in response()
/glibc-2.36/dirent/
DMakefile31 scandir-cancel scandir-tail scandir64-tail
38 CFLAGS-scandir-tail.c += $(uses-callbacks)
39 CFLAGS-scandir64-tail.c += $(uses-callbacks)
/glibc-2.36/sysdeps/alpha/
Dmemset.S53 beq t3, $tail
59 beq t3, $tail # .. e1 :
67 $tail: bne t4, 1f # is there a tail to do?
96 and a2, 7, t4 # .. e1 : find number of bytes in tail
/glibc-2.36/elf/
Ddl-fptr.c270 struct fdesc *head = NULL, *tail = NULL; in _dl_unmap() local
285 if (tail == NULL) in _dl_unmap()
286 tail = head; in _dl_unmap()
291 if (tail) in _dl_unmap()
293 tail->ip = (ElfW(Addr)) local.free_list; in _dl_unmap()
295 tail->ip, (ElfW(Addr)) head)); in _dl_unmap()
Ddl-deps.c145 struct list *runp, *tail; in _dl_map_object_deps() local
167 tail = &known[nlist - 1]; in _dl_map_object_deps()
255 tail->next = newp; in _dl_map_object_deps()
256 tail = newp; in _dl_map_object_deps()
359 if (tail == late->next) in _dl_map_object_deps()
360 tail = late; in _dl_map_object_deps()
408 if (orig == tail) in _dl_map_object_deps()
409 tail = newp; in _dl_map_object_deps()
/glibc-2.36/sysdeps/hppa/
Ddl-fptr.c292 struct fdesc *head = NULL, *tail = NULL; in _dl_unmap() local
307 if (tail == NULL) in _dl_unmap()
308 tail = head; in _dl_unmap()
313 if (tail) in _dl_unmap()
315 tail->ip = (ElfW(Addr)) local.free_list; in _dl_unmap()
317 tail->ip, (ElfW(Addr)) head)); in _dl_unmap()
/glibc-2.36/sysdeps/powerpc/powerpc64/le/power10/
Dmemset.S121 L(tail):
228 beq L(tail)
237 128: bf 31,L(tail)
241 b L(tail)
/glibc-2.36/sysdeps/ieee754/dbl-64/
De_exp2.c95 double_t kd, r, r2, scale, tail, tmp; in __exp2() local
130 tail = asdouble (T[idx]); in __exp2()
138 tmp = tail + r * C1 + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5); in __exp2()
De_pow.c52 log_inline (uint64_t ix, double_t *tail) in log_inline() argument
115 *tail = hi - y + lo; in log_inline()
191 double_t kd, z, r, r2, scale, tail, tmp; in exp_inline() local
235 tail = asdouble (T[idx]); in exp_inline()
243 tmp = tail + r + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5); in exp_inline()
De_exp.c102 double_t kd, z, r, r2, scale, tail, tmp; in __exp() local
143 tail = asdouble (T[idx]); in __exp()
151 tmp = tail + r + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5); in __exp()
/glibc-2.36/sysdeps/powerpc/powerpc64/power7/
Dmemset.S230 beq cr6,L(tail)
258 1: bf 31,L(tail)
264 L(tail):
/glibc-2.36/sysdeps/powerpc/powerpc32/power7/
Dmemset.S273 beq cr6,L(tail)
301 1: bf 31,L(tail)
307 L(tail):
/glibc-2.36/sysdeps/aarch64/
Dstrcpy.S82 cbnz synd, L(tail)
106 L(tail):
Dstrrchr.S83 bne L(tail)
103 L(tail):
Dstrcmp.S156 b.ne L(tail)
182 L(tail):

123