OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:op_shl
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.c
350
static int
op_shl
(int a, int b) { return a << b; }
function
376
{ CPP_LEFT_OP, SHIFT,
op_shl
},
[
all
...]
/external/qemu/target-i386/
translate.c
142
OP_SHL
,
[
all
...]
Completed in 527 milliseconds