Home
last modified time | relevance | path

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

12345678910>>...67

/external/chromium_org/third_party/sqlite/src/contrib/
Dsqlitecon.tcl137 proc sqlitecon::Left {w} { argument
147 proc sqlitecon::Backspace {w} { argument
157 proc sqlitecon::EraseEOL {w} { argument
167 proc sqlitecon::Right {w} { argument
173 proc sqlitecon::Delete w { argument
179 proc sqlitecon::Home w { argument
187 proc sqlitecon::End w { argument
211 proc sqlitecon::Enter w { argument
401 proc sqlitecon::Prior w { argument
411 proc sqlitecon::Next w { argument
[all …]
/external/openssh/openbsd-compat/
Dbsd-waitpid.h38 #define _W_INT(w) (*(int*)&(w)) /* convert union wait to int */ argument
39 #define WIFEXITED(w) (!((_W_INT(w)) & 0377)) argument
40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) argument
41 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w)) argument
42 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1) argument
43 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1) argument
45 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG) argument
/external/chromium_org/v8/test/cctest/
Dtest-dataflow.cc48 BitVector w(15, &zone); in TEST() local
76 BitVector w(15, &zone); in TEST() local
86 BitVector w(15, &zone); in TEST() local
101 BitVector w(35, &zone); in TEST() local
112 BitVector w(35, &zone); in TEST() local
/external/v8/test/cctest/
Dtest-dataflow.cc49 BitVector w(15, zone); in TEST() local
77 BitVector w(15, zone); in TEST() local
87 BitVector w(15, zone); in TEST() local
102 BitVector w(35, zone); in TEST() local
113 BitVector w(35, zone); in TEST() local
/external/valgrind/main/VEX/priv/
Dguest_generic_bb_to_IR.c781 static inline UInt ROL32 ( UInt w, Int n ) { in ROL32()
793 UInt w; in genericg_compute_checksum_4al() local
803 UInt w; in genericg_compute_checksum_4al() local
819 UInt w; in genericg_compute_checksum_4al_1() local
830 UInt w; in genericg_compute_checksum_4al_2() local
843 UInt w; in genericg_compute_checksum_4al_3() local
858 UInt w; in genericg_compute_checksum_4al_4() local
872 UInt w; in genericg_compute_checksum_4al_5() local
888 UInt w; in genericg_compute_checksum_4al_6() local
906 UInt w; in genericg_compute_checksum_4al_7() local
[all …]
/external/openssl/crypto/bn/
Dbn_word.c63 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w) in BN_mod_word()
90 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w) in BN_div_word()
126 int BN_add_word(BIGNUM *a, BN_ULONG w) in BN_add_word()
162 int BN_sub_word(BIGNUM *a, BN_ULONG w) in BN_sub_word()
215 int BN_mul_word(BIGNUM *a, BN_ULONG w) in BN_mul_word()
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
Dbn_word.c63 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w) in BN_mod_word()
90 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w) in BN_div_word()
126 int BN_add_word(BIGNUM *a, BN_ULONG w) in BN_add_word()
162 int BN_sub_word(BIGNUM *a, BN_ULONG w) in BN_sub_word()
215 int BN_mul_word(BIGNUM *a, BN_ULONG w) in BN_mul_word()
/external/ceres-solver/internal/ceres/
Djet_test.cc79 J w = log(z); in TEST() local
87 J w = z / x; in TEST() local
95 J w = sqrt(z); in TEST() local
103 J w = z * z; in TEST() local
111 J w = cos(x)*cos(x) - sin(x)*sin(x); in TEST() local
119 J w = J(2.0)*cos(x)*sin(x); in TEST() local
127 J w = sin(x) * sin(x); in TEST() local
147 J w = sin(x) / cos(x); in TEST() local
155 J w = x; in TEST() local
163 J w = sinh(x) * sinh(x); in TEST() local
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_box.h8 unsigned w, in u_box_1d()
22 unsigned w, in u_box_2d()
35 void u_box_origin_2d( unsigned w, in u_box_origin_2d()
51 unsigned w, in u_box_2d_zslice()
67 unsigned w, in u_box_3d()
Du_tile.c50 uint x, uint y, uint w, uint h, in pipe_get_tile_raw()
78 uint x, uint y, uint w, uint h, in pipe_put_tile_raw()
118 unsigned w, unsigned h, in z16_get_tile_rgba()
147 unsigned w, unsigned h, in z32_get_tile_rgba()
174 unsigned w, unsigned h, in s8z24_get_tile_rgba()
201 unsigned w, unsigned h, in z24s8_get_tile_rgba()
227 unsigned w, unsigned h, in s8x24_get_tile_rgba()
254 unsigned w, unsigned h, in x24s8_get_tile_rgba()
278 unsigned w, unsigned h, in s8_get_tile_rgba()
303 unsigned w, unsigned h, in z32f_get_tile_rgba()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_box.h8 unsigned w, in u_box_1d()
22 unsigned w, in u_box_2d()
35 void u_box_origin_2d( unsigned w, in u_box_origin_2d()
51 unsigned w, in u_box_2d_zslice()
67 unsigned w, in u_box_3d()
Du_tile.c50 uint x, uint y, uint w, uint h, in pipe_get_tile_raw()
78 uint x, uint y, uint w, uint h, in pipe_put_tile_raw()
118 unsigned w, unsigned h, in z16_get_tile_rgba()
147 unsigned w, unsigned h, in z32_get_tile_rgba()
174 unsigned w, unsigned h, in s8z24_get_tile_rgba()
201 unsigned w, unsigned h, in z24s8_get_tile_rgba()
227 unsigned w, unsigned h, in s8x24_get_tile_rgba()
254 unsigned w, unsigned h, in x24s8_get_tile_rgba()
278 unsigned w, unsigned h, in s8_get_tile_rgba()
303 unsigned w, unsigned h, in z32f_get_tile_rgba()
[all …]
/external/openfst/src/include/fst/
Dpower-weight.h51 PowerWeight(const TupleWeight<W, n> &w) : TupleWeight<W, n>(w) {} in PowerWeight()
101 PowerWeight<W, n> w; in Plus() local
111 PowerWeight<W, n> w; in Times() local
122 PowerWeight<W, n> w; variable
130 inline PowerWeight<W, n> Times(const W &s, const PowerWeight<W, n> &w) { in Times()
139 inline PowerWeight<W, n> Times(const PowerWeight<W, n> &w, const W &s) { in Times()
150 W w = W::Zero(); in DotProduct() local
Dtuple-weight.h48 TupleWeight(const TupleWeight &w) { in TupleWeight()
59 TupleWeight(const W &w) { in TupleWeight()
116 TupleWeight<W, n> w; variable
123 TupleWeight<W, n> w; in Reverse() local
131 void SetValue(size_t i, const W &w) { values_[i] = w; } in SetValue()
136 TupleWeight<W, n> &w, in ReadNoParen()
172 TupleWeight<W, n> &w, in ReadWithParen()
Dexpectation-weight.h66 ExpectationWeight(const ExpectationWeight<X1, X2>& w) in ExpectationWeight()
69 ExpectationWeight(const PairWeight<X1, X2>& w) in ExpectationWeight()
117 inline ExpectationWeight<X1, X2> Plus(const ExpectationWeight<X1, X2> &w, in Plus()
125 inline ExpectationWeight<X1, X2> Times(const ExpectationWeight<X1, X2> &w, in Times()
/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
124 for (Index w=0 ; w<h; ++w) in operator() local
130 for (Index w=h+1 ; w<nr; ++w) in operator() local
/external/chromium_org/ui/gfx/ozone/
Dsurface_factory_ozone.cc25 gfx::AcceleratedWidget w) OVERRIDE { in RealizeAcceleratedWidget()
34 gfx::AcceleratedWidget w, in AttemptToResizeAcceleratedWidget()
39 gfx::AcceleratedWidget w) OVERRIDE { in GetVSyncProvider()
74 bool SurfaceFactoryOzone::SchedulePageFlip(gfx::AcceleratedWidget w) { in SchedulePageFlip()
78 SkCanvas* SurfaceFactoryOzone::GetCanvasForWidget(gfx::AcceleratedWidget w) { in GetCanvasForWidget()
/external/chromium_org/ui/gfx/
Dsize_conversions.cc12 int w = ToFlooredInt(size.width()); in ToFlooredSize() local
18 int w = ToCeiledInt(size.width()); in ToCeiledSize() local
24 int w = ToRoundedInt(size.width()); in ToRoundedSize() local
/external/chromium_org/ppapi/cpp/
Dsize.h43 Size(int w, int h) { in Size()
85 void set_width(int w) { in set_width()
122 void SetSize(int w, int h) { in SetSize()
131 void Enlarge(int w, int h) { in Enlarge()
/external/clang/test/CodeGen/
D2007-03-01-VarSizeArrayIdx.c4 float foo(int w, float A[][w], int g, int h) { in foo()
/external/linux-tools-perf/util/
Dhweight.c16 unsigned int hweight32(unsigned int w) in hweight32()
25 unsigned long hweight64(__u64 w) in hweight64()
/external/clang/test/Analysis/
Dcall-invalidation.cpp47 Wrapper w; in testPointerStruct() local
72 RefWrapper w = { x }; in testReferenceStruct() local
84 RefWrapper w = { x }; in testConstReferenceStruct() local
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dspinlock_win32-inl.h40 void SpinLockDelay(volatile Atomic32 *w, int32 value, int loop) { in SpinLockDelay()
56 void SpinLockWake(volatile Atomic32 *w, bool all) { in SpinLockWake()
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Dspinlock_win32-inl.h40 void SpinLockDelay(volatile Atomic32 *w, int32 value, int loop) { in SpinLockDelay()
49 void SpinLockWake(volatile Atomic32 *w, bool all) { in SpinLockWake()
/external/skia/tests/
DPathUtilsTest.cpp62 int w, int h, int rowBytes){ in binary_to_skbitmap()
83 int w, int h) { in test_bmp()
93 const SkBitmap* truth, int w, int h){ in test_path_eq()
113 const char* bin_bmp, int w, int h, int rowBytes){ in test_path()
123 const char* bin_bmp, int w, int h, int rowBytes){ in test_region()
133 const int w[] = {4, 8, 12, 16}; in DEF_TEST() local

12345678910>>...67