/third_party/libexif/libexif/apple/ |
H A D | mnote-apple-entry.c | 36 ExifSLong vsl; in mnote_apple_entry_get_value() local 58 vsl = exif_get_slong(data, entry->order); in mnote_apple_entry_get_value() 59 snprintf(v, maxlen, "%d", vsl); in mnote_apple_entry_get_value() 126 vsl = exif_get_slong (data, entry->order); in mnote_apple_entry_get_value() 127 snprintf (v+len, maxlen-len, "%li ", (long int) vsl); in mnote_apple_entry_get_value()
|
/third_party/libexif/libexif/fuji/ |
H A D | mnote-fuji-entry.c | 194 ExifSLong vsl; in mnote_fuji_entry_get_value() local 286 vsl = exif_get_slong (entry->data, entry->order); in mnote_fuji_entry_get_value() 287 snprintf (val, maxlen, "%li", (long int) vsl); in mnote_fuji_entry_get_value()
|
/third_party/libexif/libexif/pentax/ |
H A D | mnote-pentax-entry.c | 312 ExifSLong vsl; in mnote_pentax_entry_get_value() local 487 vsl = exif_get_slong (data, entry->order); in mnote_pentax_entry_get_value() 488 snprintf (val+len, maxlen-len, "%li ", (long int) vsl); in mnote_pentax_entry_get_value()
|
/third_party/libexif/libexif/canon/ |
H A D | mnote-canon-entry.c | 553 ExifSLong vsl; in mnote_canon_entry_get_value() local 805 vsl = exif_get_slong (data, entry->order); in mnote_canon_entry_get_value() 806 snprintf (val+len, maxlen-len, "%li ", (long int) vsl); in mnote_canon_entry_get_value()
|
/third_party/libexif/libexif/olympus/ |
H A D | mnote-olympus-entry.c | 277 ExifSLong vsl; in mnote_olympus_entry_get_value() local 804 vsl = exif_get_slong (entry->data, entry->order); in mnote_olympus_entry_get_value() 805 snprintf (v, maxlen, "%li", (long int) vsl); in mnote_olympus_entry_get_value()
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/modes/ |
H A D | ghashp8-ppc.s | 27 vsl 9,9,5
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/modes/ |
H A D | ghashp8-ppc.s | 27 vsl 9,9,5
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/modes/ |
H A D | ghashp8-ppc.s | 31 vsl 9,9,5
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/modes/ |
H A D | ghashp8-ppc.s | 31 vsl 9,9,5
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | ppc-xlate.pl | 199 my $vsl = sub { vsr2vr("vsl", 3, @_); };
|
H A D | s390x.pm | 72 vesrl vesrlb vesrlh vesrlf vesrlg vsl vslb vsldb vsra vsrab vsrl 1476 sub vsl { subroutine
|
/third_party/openssl/crypto/perlasm/ |
H A D | ppc-xlate.pl | 199 my $vsl = sub { vsr2vr("vsl", 3, @_); };
|
H A D | s390x.pm | 72 vesrl vesrlb vesrlh vesrlf vesrlg vsl vslb vsldb vsra vsrab vsrl 1476 sub vsl { subroutine
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghashp8-ppc.pl | 103 vsl $H,$H,$t0 # H<<=1
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghashp8-ppc.pl | 103 vsl $H,$H,$t0 # H<<=1
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 524 V(vsl, VSL, 0xE774) /* type = VRR_C VECTOR SHIFT LEFT */ \
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | constants-ppc.h | 2611 V(vsl, VSL, 0x100001C4) \
|