HomeSort by relevance Sort by last modified time
    Searched refs:is_const (Results 1 - 6 of 6) sorted by null

  /external/libpcap/
optimize.c 558 int is_const; member in struct:vmapinfo
596 vmap[val].is_const = 1;
843 if (vmap[val].is_const) {
913 if (vmap[val].is_const && BPF_SRC(b->s.code) == BPF_K) {
973 if (alter && vmap[v].is_const) {
1005 if (alter && vmap[val[A_ATOM]].is_const) {
1040 if (vmap[val[A_ATOM]].is_const) {
1058 if (alter && vmap[val[X_ATOM]].is_const) {
1059 if (vmap[val[A_ATOM]].is_const) {
1079 if (alter && vmap[val[A_ATOM]].is_const
    [all...]
  /external/v8/src/
parser.cc 2045 bool is_const = false; local
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp.py     [all...]
  /external/v8/src/arm/
codegen-arm.cc 3851 bool is_const = (var != NULL && var->mode() == Variable::CONST); local
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 3213 bool is_const = (var != NULL && var->mode() == Variable::CONST); local
    [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 6129 bool is_const = (var != NULL && var->mode() == Variable::CONST); local
    [all...]

Completed in 196 milliseconds