Home
last modified time | relevance | path

Searched refs:uu (Results 1 – 25 of 123) sorted by relevance

12345

/third_party/python/Lib/test/
Dtest_uu.py12 import uu
63 uu.encode(inp, out, "t1")
67 uu.encode(inp, out, "t1", 0o644)
71 uu.encode(inp, out, "t1", backtick=True)
74 uu.encode(inp, out, "t1", 0o644, True)
80 uu.decode(inp, out)
88 uu.decode(inp, out)
95 uu.decode(inp, out)
97 except uu.Error as e:
104 uu.decode(inp, out)
[all …]
/third_party/pulseaudio/src/tests/
Dmix-test.c137 uint16_t uu = PA_MAYBE_UINT16_SWAP(ss->format != PA_SAMPLE_S16NE, *u); in compare_block() local
138 fail_unless(uu == *v, NULL); in compare_block()
151 float uu = ss->format == PA_SAMPLE_FLOAT32NE ? *u : PA_READ_FLOAT32RE(u); in compare_block() local
152 fail_unless(fabsf(uu - *v) <= 1e-6f, NULL); in compare_block()
165 uint32_t uu = PA_MAYBE_UINT32_SWAP(ss->format != PA_SAMPLE_S32NE, *u); in compare_block() local
166 fail_unless(uu == *v, NULL); in compare_block()
179 uint32_t uu = PA_MAYBE_UINT32_SWAP(ss->format != PA_SAMPLE_S24_32NE, *u); in compare_block() local
180 fail_unless(uu == *v, NULL); in compare_block()
193 uint32_t uu = ss->format == PA_SAMPLE_S24LE ? PA_READ24LE(u) : PA_READ24BE(u); in compare_block() local
194 fail_unless(uu == PA_READ24BE(v), NULL); in compare_block()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c134 GLfloat uu = (u - map->u1) * map->du; in vbo_exec_do_EvalCoord1f() local
140 _math_horner_bezier_curve(map->Points, &data[0].f, uu, in vbo_exec_do_EvalCoord1f()
154 GLfloat uu = (u - map->u1) * map->du; in vbo_exec_do_EvalCoord1f() local
159 _math_horner_bezier_curve(map->Points, vertex, uu, in vbo_exec_do_EvalCoord1f()
181 GLfloat uu = (u - map->u1) * map->du; in vbo_exec_do_EvalCoord2f() local
190 uu, vv, in vbo_exec_do_EvalCoord2f()
204 GLfloat uu = (u - map->u1) * map->du; in vbo_exec_do_EvalCoord2f() local
214 _math_de_casteljau_surf(map->Points, vertex, du, dv, uu, vv, in vbo_exec_do_EvalCoord2f()
239 _math_horner_bezier_surf(map->Points, vertex, uu, vv, in vbo_exec_do_EvalCoord2f()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dgen-indic-table.py52 uu = fields[0].split ('..') variable
53 start = int (uu[0], 16)
54 if len (uu) == 1:
57 end = int (uu[1], 16)
181 uu = sorted (data.keys ()) variable
189 for u in uu:
196 while end in uu and block == data[end][2]:
Dgen-arabic-table.py31 uu = fields[0].split ('..')
32 start = int (uu[0], 16)
33 if len (uu) == 1:
36 end = int (uu[1], 16)
73 uu = sorted(values.keys())
75 all_blocks = set([blocks[u] for u in uu])
79 for u in uu:
Dgen-use-table.py33 uu = fields[0].split ('..') variable
34 start = int (uu[0], 16)
35 if len (uu) == 1:
38 end = int (uu[1], 16)
453 uu = sorted (data.keys ()) variable
473 for u in uu:
480 while end in uu and block == data[end][1]:
Dgen-vowel-constraints.py42 uu = fields[0].split ('..') variable
43 start = int (uu[0], 16)
44 if len (uu) == 1:
47 end = int (uu[1], 16)
/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-arabic-joining-list.py33 uu = fields[0].split ('..')
34 start = int (uu[0], 16)
35 if len (uu) == 1:
38 end = int (uu[1], 16)
Dgen-indic-table.py57 uu = fields[0].split ('..') variable
58 start = int (uu[0], 16)
59 if len (uu) == 1:
62 end = int (uu[1], 16)
196 uu = sorted (data.keys ()) variable
204 for u in uu:
211 while end in uu and block == data[end][2]:
Dgen-arabic-table.py36 uu = fields[0].split ('..')
37 start = int (uu[0], 16)
38 if len (uu) == 1:
41 end = int (uu[1], 16)
78 uu = sorted(values.keys())
80 all_blocks = set([blocks[u] for u in uu])
84 for u in uu:
Dgen-use-table.py55 uu = fields[0].split ('..') variable
56 start = int (uu[0], 16)
57 if len (uu) == 1:
60 end = int (uu[1], 16)
471 uu = sorted (data.keys ()) variable
491 for u in uu:
500 while end in uu and block == data[end][1]:
Dgen-vowel-constraints.py36 uu = fields[0].split ('..') variable
37 start = int (uu[0], 16)
38 if len (uu) == 1:
41 end = int (uu[1], 16)
/third_party/harfbuzz/src/
Dgen-arabic-joining-list.py33 uu = fields[0].split ('..')
34 start = int (uu[0], 16)
35 if len (uu) == 1:
38 end = int (uu[1], 16)
Dgen-arabic-table.py36 uu = fields[0].split ('..')
37 start = int (uu[0], 16)
38 if len (uu) == 1:
41 end = int (uu[1], 16)
78 uu = sorted(values.keys())
80 all_blocks = set([blocks[u] for u in uu])
84 for u in uu:
Dgen-indic-table.py57 uu = fields[0].split ('..') variable
58 start = int (uu[0], 16)
59 if len (uu) == 1:
62 end = int (uu[1], 16)
196 uu = sorted (data.keys ()) variable
204 for u in uu:
211 while end in uu and block == data[end][2]:
Dgen-vowel-constraints.py36 uu = fields[0].split ('..') variable
37 start = int (uu[0], 16)
38 if len (uu) == 1:
41 end = int (uu[1], 16)
Dgen-use-table.py59 uu = fields[0].split ('..') variable
60 start = int (uu[0], 16)
61 if len (uu) == 1:
64 end = int (uu[1], 16)
496 uu = sorted (data.keys ()) variable
516 for u in uu:
525 while end in uu and block == data[end][1]:
/third_party/python/Doc/library/
Duu.rst1 :mod:`uu` --- Encode and decode uuencode files
4 .. module:: uu
9 **Source code:** :source:`Lib/uu.py`
28 The :mod:`uu` module defines the following functions:
49 exists, a :exc:`uu.Error` is raised.
58 Subclass of :exc:`Exception`, this can be raised by :func:`uu.decode` under
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_temperature.cpp104 real64 uu = u - kTempTable [index] . u; in Set_xy_coord() local
109 real64 dt = - uu * dv + vv * du; in Set_xy_coord()
141 uu = u - (kTempTable [index - 1] . u * f + in Set_xy_coord()
159 fTint = (uu * du + vv * dv) * kTintScale; in Set_xy_coord()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Did3v2.c155 guint8 *out, *uu; in id3v2_ununsync_data() local
158 uu = out = g_malloc (*size); in id3v2_ununsync_data()
160 for (end = unsync_data + *size; unsync_data < end - 1; ++unsync_data, ++uu) { in id3v2_ununsync_data()
161 *uu = *unsync_data; in id3v2_ununsync_data()
168 *uu = *unsync_data; in id3v2_ununsync_data()
169 ++uu; in id3v2_ununsync_data()
172 out_size = uu - out; in id3v2_ununsync_data()
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
DLatin_InterIndic.txt80 $uu=\uE042;
152 $x=[$virama$aa$ai$au$ii$i$uu$u$rrh$rh$lh$e$o$se$ce$so$co];
168 \u0314u\u0304→$uu;
189 $consonants{ u\u0304→$uu;
305 #$virama uu→$uu;
306 $virama u\u0304→$uu;
331 #$virama''uu→$wuu;
/third_party/toybox/toys/posix/
Dgrep.c286 unsigned *uu = (void *)(dl->data+(strlen(dl->data)|3)+1); in do_grep() local
288 outline(dl->data, '-', name, lcount-before, uu[0]+1, uu[1]); in do_grep()
329 unsigned *uu, ul = (ulen|3)+1; in do_grep() local
332 uu = (void *)(line+ul); in do_grep()
333 uu[0] = offset-len; in do_grep()
334 uu[1] = ulen; in do_grep()
/third_party/skia/third_party/externals/icu/source/data/translit/
DLatin_InterIndic.txt81 $uu=\uE042;
153 $x=[$virama$aa$ai$au$ii$i$uu$u$rrh$rh$lh$e$o$se$ce$so$co];
169 \u0314u\u0304→$uu;
190 $consonants{ u\u0304→$uu;
306 #$virama uu→$uu;
307 $virama u\u0304→$uu;
332 #$virama''uu→$wuu;
/third_party/icu/icu4c/source/data/translit/
DLatin_InterIndic.txt81 $uu=\uE042;
153 $x=[$virama$aa$ai$au$ii$i$uu$u$rrh$rh$lh$e$o$se$ce$so$co];
169 \u0314u\u0304→$uu;
190 $consonants{ u\u0304→$uu;
306 #$virama uu→$uu;
307 $virama u\u0304→$uu;
332 #$virama''uu→$wuu;
/third_party/glslang/Test/
D400.frag187 uniform uint uu;
192 iout = uu & i;
193 iout += uu ^ i;
194 iout += i | uu;

12345