OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b_uint
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
lbitlib.c
32
typedef lua_Unsigned
b_uint
;
typedef
36
static
b_uint
andaux (lua_State *L) {
38
b_uint
r = ~(
b_uint
)0;
46
b_uint
r = andaux(L);
53
b_uint
r = andaux(L);
61
b_uint
r = 0;
71
b_uint
r = 0;
80
b_uint
r = ~luaL_checkunsigned(L, 1);
86
static int b_shift (lua_State *L,
b_uint
r, int i)
[
all
...]
/external/lldb/test/lang/cpp/namespace/
main.cpp
64
B::uint_t
b_uint
= 2;
local
71
return myfunc2(3) + j + i + a + 2 + anon_uint + a_uint +
b_uint
+ y_uint; // Set break point at this line.
Completed in 1792 milliseconds