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

  /external/openssl/crypto/sha/asm/
sha512-ppc.pl 103 $Tbl="r7";
123 $LD $T,`$i*$SZ`($Tbl)
332 addi $Tbl,$Tbl,`16*$SZ`
344 subi $Tbl,$Tbl,`($rounds-16)*$SZ` ; rewind Tbl
383 addi $Tbl,$Tbl,`64-4` ; "distance" between . and last nop
390 LPIC: mflr $Tbl
    [all...]
sha512-x86_64.pl 85 $Tbl="%rbp";
125 add ($Tbl,$round,$SZ),$T1 # T1+=K[round]
204 lea $TABLE(%rip),$Tbl
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 346 // Return true if current Tbl pointer is within state0 range
348 static inline bool InStateZero(const UTF8ScanObj* st, const uint8* Tbl) {
350 return (static_cast<uint32>(Tbl - Tbl0) < st->state0_size);
418 const uint8* Tbl = Tbl_0;
421 e = Tbl[c];
424 Tbl = &Tbl_0[e << eshift];
441 if (!InStateZero(st, Tbl)) {
446 } else if (!InStateZero(st, Tbl)) {

Completed in 239 milliseconds