Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 1666) sorted by relevance

12345678910>>...67

/external/openssh/openbsd-compat/
Dbsd-waitpid.h36 #define _W_INT(w) (*(int*)&(w)) /* convert union wait to int */ argument
37 #define WIFEXITED(w) (!((_W_INT(w)) & 0377)) argument
38 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) argument
39 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w)) argument
40 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1) argument
41 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1) argument
43 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG) argument
/external/mesa3d/src/compiler/nir/
Dnir_worklist.c31 nir_block_worklist_init(nir_block_worklist *w, unsigned num_blocks, in nir_block_worklist_init()
44 nir_block_worklist_fini(nir_block_worklist *w) in nir_block_worklist_fini()
51 nir_block_worklist_add_all(nir_block_worklist *w, nir_function_impl *impl) in nir_block_worklist_add_all()
59 nir_block_worklist_push_head(nir_block_worklist *w, nir_block *block) in nir_block_worklist_push_head()
79 nir_block_worklist_peek_head(const nir_block_worklist *w) in nir_block_worklist_peek_head()
87 nir_block_worklist_pop_head(nir_block_worklist *w) in nir_block_worklist_pop_head()
101 nir_block_worklist_push_tail(nir_block_worklist *w, nir_block *block) in nir_block_worklist_push_tail()
118 nir_block_worklist_peek_tail(const nir_block_worklist *w) in nir_block_worklist_peek_tail()
128 nir_block_worklist_pop_tail(nir_block_worklist *w) in nir_block_worklist_pop_tail()
/external/libcxx/test/std/strings/basic.string/string.cons/
Dimplicit_deduction_guides.pass.cpp67 std::basic_string w(2ull, L'b'); in main() local
76 std::basic_string w(2ull, L'b', test_allocator<wchar_t>{}); in main() local
90 std::basic_string w(win, (TestSizeT)3); in main() local
104 std::basic_string w(win, (TestSizeT)3, test_allocator<wchar_t>{}); in main() local
134 std::basic_string w(win, (TestSizeT)2, (TestSizeT)3, test_allocator<wchar_t>{}); in main() local
143 std::basic_string w(L"abcdef", (size_t)3); in main() local
155 std::basic_string w(L"abcdef", (TestSizeT)3, test_allocator<wchar_t>{}); in main() local
164 std::basic_string w(L"abcdef"); in main() local
176 std::basic_string w(L"abcdef", test_allocator<wchar_t>{}); in main() local
206 std::basic_string w(win); in main() local
[all …]
/external/python/cpython2/Demo/tix/
Dtixwidgets.py249 def MainTextFont(w): argument
304 def MkCombo(w): argument
340 def spin_cmd(w, inc): argument
350 def spin_validate(w): argument
360 def MkControl(w): argument
377 def MkSelect(w): argument
404 def MkOptMenu(w): argument
418 def MkFileEnt(w): argument
426 def MkFileBox(w): argument
438 def MkToolBar(w): argument
[all …]
/external/valgrind/VEX/priv/
Dguest_generic_bb_to_IR.c809 static inline UInt ROL32 ( UInt w, Int n ) { in ROL32()
821 UInt w; in genericg_compute_checksum_4al() local
831 UInt w; in genericg_compute_checksum_4al() local
847 UInt w; in genericg_compute_checksum_4al_1() local
858 UInt w; in genericg_compute_checksum_4al_2() local
871 UInt w; in genericg_compute_checksum_4al_3() local
886 UInt w; in genericg_compute_checksum_4al_4() local
900 UInt w; in genericg_compute_checksum_4al_5() local
916 UInt w; in genericg_compute_checksum_4al_6() local
934 UInt w; in genericg_compute_checksum_4al_7() local
[all …]
/external/libcxx/test/std/localization/locale.stdcvt/
Dcodecvt_utf16_in.pass.cpp33 char32_t w = 0; in main() local
72 char32_t w = 0; in main() local
111 char32_t w = 0; in main() local
150 char32_t w = 0; in main() local
189 char32_t w = 0; in main() local
230 char32_t w = 0; in main() local
269 char32_t w = 0; in main() local
308 char32_t w = 0; in main() local
347 char32_t w = 0; in main() local
386 char32_t w = 0; in main() local
[all …]
Dcodecvt_utf8_utf16_out.pass.cpp33 wchar_t w[2] = {0xD8C0, 0xDC03}; in main() local
74 wchar_t w[2] = {0xD8C0, 0xDC03}; in main() local
108 wchar_t w[2] = {0xD8C0, 0xDC03}; in main() local
161 char32_t w[2] = {0xD8C0, 0xDC03}; in main() local
202 char32_t w[2] = {0xD8C0, 0xDC03}; in main() local
236 char32_t w[2] = {0xD8C0, 0xDC03}; in main() local
290 char16_t w[2] = {0xD8C0, 0xDC03}; in main() local
331 char16_t w[2] = {0xD8C0, 0xDC03}; in main() local
365 char16_t w[2] = {0xD8C0, 0xDC03}; in main() local
Dcodecvt_utf8_in.pass.cpp33 char32_t w = 0; in main() local
72 char32_t w = 0; in main() local
111 char32_t w = 0; in main() local
153 char32_t w = 0; in main() local
192 char32_t w = 0; in main() local
231 char32_t w = 0; in main() local
273 char16_t w = 0; in main() local
303 char16_t w = 0; in main() local
333 char16_t w = 0; in main() local
Dcodecvt_utf8_out.pass.cpp33 wchar_t w = 0x40003; in main() local
80 wchar_t w = 0x40003; in main() local
127 wchar_t w = 0x40003; in main() local
186 char32_t w = 0x40003; in main() local
233 char32_t w = 0x40003; in main() local
280 char32_t w = 0x40003; in main() local
339 char16_t w = 0x1005; in main() local
376 char16_t w = 0x1005; in main() local
413 char16_t w = 0x1005; in main() local
Dcodecvt_utf8_utf16_in.pass.cpp33 wchar_t w[2] = {0}; in main() local
72 wchar_t w[2] = {0}; in main() local
108 wchar_t w[2] = {0}; in main() local
147 char32_t w[2] = {0}; in main() local
186 char32_t w[2] = {0}; in main() local
222 char32_t w[2] = {0}; in main() local
261 char16_t w[2] = {0}; in main() local
300 char16_t w[2] = {0}; in main() local
336 char16_t w[2] = {0}; in main() local
Dcodecvt_utf16_out.pass.cpp33 wchar_t w = 0x40003; in main() local
80 wchar_t w = 0x40003; in main() local
127 wchar_t w = 0x40003; in main() local
183 wchar_t w = 0x40003; in main() local
230 wchar_t w = 0x40003; in main() local
279 wchar_t w = 0x40003; in main() local
/external/fio/lib/
Dhweight.c3 unsigned int hweight8(uint8_t w) in hweight8()
11 unsigned int hweight32(uint32_t w) in hweight32()
21 unsigned int hweight64(uint64_t w) in hweight64()
/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixMatrix.h26 for(Index w=0; w<BlockRows; w++) in pack() local
32 for(Index w=0; w<h; w++) in pack() local
37 for(Index w=h+1; w<BlockRows; w++) in pack() local
43 for(Index w=0; w<BlockRows; w++) in pack() local
143 for (Index w=0 ; w<h; ++w) in operator() local
149 for (Index w=h+1 ; w<8; ++w) in operator() local
188 for (Index w=0 ; w<h; ++w) in operator() local
194 for (Index w=h+1 ; w<4; ++w) in operator() local
/external/libcxx/test/std/strings/string.view/string.view.cons/
Dimplicit_deduction_guides.pass.cpp43 std::basic_string_view w(win); in main() local
52 std::basic_string_view w(L"abcdef", 4); in main() local
61 std::basic_string_view w(L"abcdef"); in main() local
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DEventCount.h67 void Prewait(Waiter* w) { in Prewait()
73 void CommitWait(Waiter* w) { in CommitWait()
106 void CancelWait(Waiter* w) { in CancelWait()
148 Waiter* w = &waiters_[state & kStackMask]; in Notify() local
162 Waiter* w = &waiters_[state & kStackMask]; in Notify() local
204 void Park(Waiter* w) { in Park()
214 for (Waiter* w = waiters; w; w = next) { in Unpark() local
/external/clang/test/CodeGen/
Darm64_vdupq_n_f64.c11 float64x2_t test_vdupq_n_f64(float64_t w) { in test_vdupq_n_f64()
23 float32x4_t test_vdupq_n_f32(float32_t w) { in test_vdupq_n_f32()
43 float64x2_t test_vmovq_n_f64(float64_t w) { in test_vmovq_n_f64()
D2007-03-01-VarSizeArrayIdx.c4 float foo(int w, float A[][w], int g, int h) { in foo()
/external/mesa3d/src/gallium/auxiliary/util/
Du_tile.c50 uint x, uint y, uint w, uint h, in pipe_get_tile_raw()
69 uint x, uint y, uint w, uint h, in pipe_put_tile_raw()
101 unsigned w, unsigned h, in z16_get_tile_rgba()
130 unsigned w, unsigned h, in z32_get_tile_rgba()
157 unsigned w, unsigned h, in s8z24_get_tile_rgba()
184 unsigned w, unsigned h, in z24s8_get_tile_rgba()
210 unsigned w, unsigned h, in s8x24_get_tile_rgba()
237 unsigned w, unsigned h, in x24s8_get_tile_rgba()
261 unsigned w, unsigned h, in s8_get_tile_rgba()
286 unsigned w, unsigned h, in z32f_get_tile_rgba()
[all …]
/external/vulkan-validation-layers/libs/glm/gtx/
Dextented_min_max.inl49 T const & w
61 typename C<T>::T const & w
73 C<T> const & w
116 T const & w
128 typename C<T>::T const & w
140 C<T> const & w
/external/swiftshader/src/Shader/
DShaderCore.hpp37 Short4 w; member in sw::Vector4s
53 Float4 w; member in sw::Vector4f
95 …4> &x, const Reference<Float4> &y, const Reference<Float4> &z, const Reference<Float4> &w) : x(x),… in Register()
146 Reference<Float4> w; member in sw::Register
213 Array<Float4> *w; member in sw::RegisterArray
/external/python/cpython2/Demo/tix/samples/
DOptMenu.py21 def RunSample(w): argument
61 def ok_command(w): argument
DControl.py31 def __init__(self, w): argument
99 def adjust_maker(w, inc): argument
111 def validate_maker(w): argument
/external/clang/test/Analysis/
Dconditional-operator.cpp7 int w = x ?: y; in NoCrashTest() local
12 int w = x ?: y; // expected-note {{'?' condition is true}} in OperatorEvaluationTest() local
/external/libvpx/libvpx/vpx_dsp/
Dvpx_convolve.c25 int x_step_q4, int w, int h) { in convolve_horiz()
47 int x_step_q4, int w, int h) { in convolve_avg_horiz()
70 int y_step_q4, int w, int h) { in convolve_vert()
93 int y_step_q4, int w, int h) { in convolve_avg_vert()
120 int y_step_q4, int w, int h) { in convolve()
151 const int16_t *filter_y, int y_step_q4, int w, in vpx_convolve8_horiz_c()
166 const int16_t *filter_y, int y_step_q4, int w, in vpx_convolve8_avg_horiz_c()
181 const int16_t *filter_y, int y_step_q4, int w, in vpx_convolve8_vert_c()
196 const int16_t *filter_y, int y_step_q4, int w, in vpx_convolve8_avg_vert_c()
211 int w, int h) { in vpx_convolve8_c()
[all …]
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared.atomic/
Datomic_compare_exchange_strong.pass.cpp38 std::shared_ptr<int> w(new int(2)); in main() local
48 std::shared_ptr<int> w(new int(2)); in main() local

12345678910>>...67