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

  /external/vixl/tools/test_generator/
data_types.py 283 Subclasses should implement `TypeName()`, `Pri()` and `NDigit()` to specify
296 def Pri():
318 code = "printf(\"0x%0{n_digit}\" {pri}, {name});"
319 return code.format(n_digit=self.NDigit(), pri=self.Pri(),
323 code = "printf(\"0x%0{n_digit}\" {pri}, results[i]->outputs[j].{name});"
324 return code.format(n_digit=self.NDigit(), pri=self.Pri(), name=self.name)
355 def Pri():
  /external/valgrind/VEX/priv/
host_ppc_defs.c 384 op->Pri.Imm = imm64;
390 op->Pri.Reg = reg;
397 vex_printf("0x%llx", dst->Pri.Imm);
400 ppHRegPPC(dst->Pri.Reg);
415 addHRegUse(u, HRmRead, dst->Pri.Reg);
427 dst->Pri.Reg = lookupHRegRemap(m, dst->Pri.Reg);
    [all...]
host_ppc_defs.h 249 Pri;
    [all...]
host_ppc_isel.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c 330 UINT32 Pri;
378 // Build the syslog message body with <PRI> Timestamp machine module Message
380 Pri = ((NET_SYSLOG_FACILITY & 31) << 3) | (Level & 7);
392 Pri,
    [all...]

Completed in 186 milliseconds