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

  /frameworks/compile/slang/
slang_rs_special_kernel_param.cpp 36 bcinfo::MetadataSignatureBitval bitval; member in struct:__anon29813::SpecialParameter
222 slangAssert(!(*SignatureMetadata & SP.bitval));
223 *SignatureMetadata |= SP.bitval;
  /external/elfutils/libcpu/
i386_parse.y 186 static int check_argsdef (struct bitvalue *bitval, struct argument *args);
187 static int check_bitsused (struct bitvalue *bitval,
663 check_argsdef (struct bitvalue *bitval, struct argument *args)
675 struct bitvalue *runp = bitval;
699 check_bitsused (struct bitvalue *bitval, struct known_bitfield *suffix,
704 while (bitval != NULL)
706 if (bitval->type == field && bitval->field != NULL
707 && bitval->field != suffix
709 && strcmp (bitval->field->name, "w") != 0
    [all...]

Completed in 60 milliseconds