HomeSort by: relevance | last modified time | path
    Searched refs:complement (Results 1 - 25 of 86) sorted by relevancy

1 2 3 4

  /src/external/bsd/libfido2/dist/tools/
fido2-unprot.sh 40 DEV_NAME=$(echo "$DEV_PATH_NAME" | cut -d' ' -f1 --complement)
fido2-unprot.sh 40 DEV_NAME=$(echo "$DEV_PATH_NAME" | cut -d' ' -f1 --complement)
  /src/external/gpl3/gcc/dist/libgcc/config/ft32/
lib1funcs.S 71 xor \x,\x,\sign # conditionally complement x
lib1funcs.S 71 xor \x,\x,\sign # conditionally complement x
  /src/external/gpl3/gcc.old/dist/libgcc/config/ft32/
lib1funcs.S 71 xor \x,\x,\sign # conditionally complement x
lib1funcs.S 71 xor \x,\x,\sign # conditionally complement x
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/mmx/
com.asm 1 dnl AMD K6-2 mpn_com -- mpn bitwise one's complement.
44 C Take the bitwise ones-complement of src,size and write it to dst,size.
com.asm 1 dnl AMD K6-2 mpn_com -- mpn bitwise one's complement.
44 C Take the bitwise ones-complement of src,size and write it to dst,size.
  /src/external/apache2/llvm/dist/clang/utils/
token-delta.py 92 complement = sum(sets[:i] + sets[i+1:],[])
93 if self.getTestResult(complement):
94 return self.delta(complement, sets[:i] + sets[i+1:])
token-delta.py 92 complement = sum(sets[:i] + sets[i+1:],[])
93 if self.getTestResult(complement):
94 return self.delta(complement, sets[:i] + sets[i+1:])
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
genfusion.pl 197 my %complement = ( "and"=> 0, "andc"=> 1, "eqv"=> 0, "nand"=> 3,
241 $outer_comp = $complement{$outer};
256 $inner_comp = $complement{$inner};
genfusion.pl 197 my %complement = ( "and"=> 0, "andc"=> 1, "eqv"=> 0, "nand"=> 3,
241 $outer_comp = $complement{$outer};
256 $inner_comp = $complement{$inner};
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
genfusion.pl 197 my %complement = ( "and"=> 0, "andc"=> 1, "eqv"=> 0, "nand"=> 3,
241 $outer_comp = $complement{$outer};
256 $inner_comp = $complement{$inner};
genfusion.pl 197 my %complement = ( "and"=> 0, "andc"=> 1, "eqv"=> 0, "nand"=> 3,
241 $outer_comp = $complement{$outer};
256 $inner_comp = $complement{$inner};
  /src/lib/libc/arch/mips/string/
bzero.S 73 nor a2, zero, a2 # complement the mask
bzero.S 73 nor a2, zero, a2 # complement the mask
  /src/external/lgpl3/gmp/dist/mpn/powerpc32/750/
com.asm 1 dnl PowerPC 750 mpn_com -- mpn bitwise one's complement
com.asm 1 dnl PowerPC 750 mpn_com -- mpn bitwise one's complement
  /src/external/mit/isl/dist/
isl_ast_graft.c 550 * "complement" is the complement of "guard" in the context of outer if nodes
555 isl_set *complement; member in struct:isl_if_node
567 isl_set_free(if_node[i].complement);
579 * If the guard of a graft is a subset of either the guard or its complement
643 if_node[j].complement);
663 isl_set_copy(if_node[found_else].complement));
676 set = if_node[found_else].complement;
681 if_node[n_if].complement = set;
isl_ast_graft.c 550 * "complement" is the complement of "guard" in the context of outer if nodes
555 isl_set *complement; member in struct:isl_if_node
567 isl_set_free(if_node[i].complement);
579 * If the guard of a graft is a subset of either the guard or its complement
643 if_node[j].complement);
663 isl_set_copy(if_node[found_else].complement));
676 set = if_node[found_else].complement;
681 if_node[n_if].complement = set;
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev67/
gcd_11.asm 42 C The trailing zeros are calculated from just x-y, since in twos-complement
gcd_11.asm 42 C The trailing zeros are calculated from just x-y, since in twos-complement
  /src/external/lgpl3/gmp/dist/mpn/ia64/
invert_limb.asm 98 andcm r9 = -1, r32 C one's complement
invert_limb.asm 98 andcm r9 = -1, r32 C one's complement
  /src/external/lgpl3/gmp/dist/mpn/x86_64/atom/
lshiftc.asm 1 dnl AMD64 mpn_lshiftc -- mpn left shift with complement, optimised for Atom.

Completed in 91 milliseconds

1 2 3 4