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

  /external/selinux/libsepol/cil/src/
cil_find.c 306 if (avrule->is_extended != target->is_extended) goto exit;
334 if (!target->is_extended) {
cil_copy_ast.c 822 new->is_extended = orig->is_extended;
827 if (!new->is_extended) {
    [all...]
cil_internal.h 600 int is_extended; member in struct:cil_avrule
cil_binary.c     [all...]
cil_write_ast.c 830 if (avrule->is_extended)
    [all...]
cil_build_ast.c     [all...]
cil.c     [all...]
cil_policy.c 1330 if (rule->is_extended) {
    [all...]
cil_resolve_ast.c 342 if (!rule->is_extended) {
    [all...]
  /external/flac/libFLAC/
stream_encoder_framing.c 45 static FLAC__bool add_residual_partitioned_rice_(FLAC__BitWriter *bw, const FLAC__int32 residual[], const unsigned residual_samples, const unsigned predictor_order, const unsigned rice_parameters[], const unsigned raw_bits[], const unsigned partition_order, const FLAC__bool is_extended);
407 /*is_extended=*/subframe->entropy_coding_method.type == FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2
453 /*is_extended=*/subframe->entropy_coding_method.type == FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2
498 FLAC__bool add_residual_partitioned_rice_(FLAC__BitWriter *bw, const FLAC__int32 residual[], const unsigned residual_samples, const unsigned predictor_order, const unsigned rice_parameters[], const unsigned raw_bits[], const unsigned partition_order, const FLAC__bool is_extended)
500 const unsigned plen = is_extended? FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2_PARAMETER_LEN : FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE_PARAMETER_LEN;
501 const unsigned pesc = is_extended? FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2_ESCAPE_PARAMETER : FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE_ESCAPE_PARAMETER;
stream_decoder.c 96 static FLAC__bool read_residual_partitioned_rice_(FLAC__StreamDecoder *decoder, unsigned predictor_order, unsigned partition_order, FLAC__EntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents, FLAC__int32 *residual, FLAC__bool is_extended);
    [all...]
  /external/iproute2/misc/
ifstat.c 52 bool is_extended; variable
204 if (is_extended) {
627 if (is_extended) {
827 is_extended = false;
871 is_extended = true;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
terule.py 32 if symbol.is_extended(policy):
qpol.py 915 def is_extended(self, *args): return _qpol.qpol_avrule_t_is_extended(self, *args) member in class:qpol_avrule_t
    [all...]
qpol.i     [all...]

Completed in 331 milliseconds