HomeSort by relevance Sort by last modified time
    Searched refs:USR (Results 1 - 25 of 34) sorted by null

1 2

  /external/toybox/tests/
chown.test 15 USR="$(sed -n '$s/:.*//p' /etc/passwd)"
33 testing "usr:grp" "chown $USR:$GRP $F $OUT" "$USR $GRP\n" "" ""
38 testing ":" "chown $USR:$GRP $F && chown : $F $OUT" \
39 "$USR $GRP\n" "" ""
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
creg-1.s 25 getcon usr,r21
43 getcon USR,r21
61 putcon r21,usr
79 putcon r21,USR
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.cpp 101 // Many insns change the USR implicitly, but only one or another flag.
102 // The instruction table models the USR.OVF flag, which can be implicitly
119 // USR has subregisters (while C8 does not for technical reasons), so
120 // reset R to USR, since we know how to handle multiple defs of USR,
123 R = Hexagon::USR;
402 // (e.g., "{ usr = r0; r0 = sfadd(...) }").
403 unsigned UsrR = Hexagon::USR; // Silence warning about mixed types in ?:.
404 unsigned BadR = RI.isSubRegister(Hexagon::USR, R) ? UsrR : R;
417 unsigned UsrR = Hexagon::USR;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/Msr/
HaswellMsr.h 159 /// [Bit 16] USR: Counts while in privilege level is not ring 0.
161 UINT32 USR:1;
255 /// [Bit 16] USR: Counts while in privilege level is not ring 0.
257 UINT32 USR:1;
    [all...]
P6Msr.h 943 UINT32 USR:1;
    [all...]
  /external/clang/tools/libclang/
CXIndexDataConsumer.cpp 362 if (BaseEntities[i].name && BaseEntities[i].USR)
541 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR)
918 if (!RefEntity.USR)
    [all...]
CXIndexDataConsumer.h 56 name = USR = nullptr;
CIndex.cpp     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
ArchitecturalMsr.h 1021 /// [Bit 16] USR: Counts while in privilege level is not ring 0.
1023 UINT32 USR:1;
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang-c/
Index.h     [all...]

Completed in 704 milliseconds

1 2