OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instop
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/re2/re2/
prog.h
50
enum
InstOp
{
99
InstOp
opcode() { return static_cast<
InstOp
>(out_opcode_&7); }
129
void set_opcode(
InstOp
opcode) {
137
void set_out_opcode(int out,
InstOp
opcode) {
/external/regex-re2/re2/
prog.h
50
enum
InstOp
{
99
InstOp
opcode() { return static_cast<
InstOp
>(out_opcode_&7); }
129
void set_opcode(
InstOp
opcode) {
137
void set_out_opcode(int out,
InstOp
opcode) {
/external/chromium_org/third_party/libxml/src/
encoding.c
306
const unsigned char*
instop
;
local
313
instop
= inend;
321
if (
instop
- in > outend - out)
instop
= in + (outend - out);
322
while (in <
instop
&& *in < 0x80) {
2641
const unsigned char*
instop
;
local
[
all
...]
/external/libxml2/
encoding.c
306
const unsigned char*
instop
;
local
313
instop
= inend;
321
if ((
instop
- in) > (outend - out))
instop
= in + (outend - out);
322
while ((in <
instop
) && (*in < 0x80)) {
2648
const unsigned char*
instop
;
local
[
all
...]
Completed in 156 milliseconds