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

  /external/boringssl/src/crypto/fipsmodule/modes/asm/
ghash-ssse3-x86.pl 81 &static_label("reverse_bytes");
82 &static_label("low4_mask");
ghash-x86.pl 271 &static_label("rem_4bit");
403 &static_label("rem_8bit");
618 &static_label("bswap");
    [all...]
  /external/autotest/frontend/afe/
rpc_interface_unittest.py 516 static_label = models.StaticLabel.objects.create(name='static')
520 host1.static_labels.add(static_label)
533 static_label = models.StaticLabel.objects.create(name='static')
539 host1.static_labels.add(static_label)
553 static_label = models.StaticLabel.objects.create(name='static')
561 host.static_labels.add(static_label)
573 static_label = models.StaticLabel.objects.create(name='static')
576 host.static_labels.add(static_label)
586 static_label = models.StaticLabel.objects.create(name='static')
603 static_label = models.StaticLabel.objects.create(name='static'
    [all...]
rpc_interface.py 328 for static_label in static_lists:
329 if static_label.get('name') in replaced_label_names:
330 return_lists.append(static_label)
664 static_label = models.StaticLabel.smart_get(label.name)
665 label_list.append(static_label)
    [all...]
  /external/boringssl/src/crypto/perlasm/
x86gas.pl 207 { my $indirect=&::static_label("$nmdecor$sym\$non_lazy_ptr");
x86asm.pl 221 sub ::static_label { &::LABEL($_[0],$lbdecor.$_[0]); }
  /external/boringssl/src/crypto/fipsmodule/aes/asm/
vpaes-x86.pl 75 &static_label("_vpaes_consts");
76 &static_label("_vpaes_schedule_low_round");
aesni-x86.pl 90 &static_label("key_const");
371 &static_label("_aesni_${p}rypt6_enter");
    [all...]
aes-586.pl 206 &static_label("AES_Te");
207 &static_label("AES_Td");
    [all...]
  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha1-586.pl 326 &static_label("shaext_shortcut") if ($shaext);
327 &static_label("ssse3_shortcut");
328 &static_label("avx_shortcut") if ($ymm);
329 &static_label("K_XX_XX");
    [all...]
  /external/boringssl/src/crypto/chacha/asm/
chacha-x86.pl 117 &static_label("ssse3_shortcut");
118 &static_label("ssse3_data");
119 &static_label("pic_point");

Completed in 148 milliseconds