Home
last modified time | relevance | path

Searched defs:asInts (Results 1 – 9 of 9) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLIRect.h29 const int* asInts() const { in asInts() function
38 int* asInts() { return &fLeft; } in asInts() function
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ehdlc.c29 static int hf_ehdlc_data_len = -1; in asInts()
38 static int hf_ehdlc_xid_win_tx = -1; in asInts()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrNativeRect.h41 const int* asInts() const { in asInts() function
50 int* asInts() { return &fX; } in asInts() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrNativeRect.h41 const int* asInts() const { in asInts() function
50 int* asInts() { return &fX; } in asInts() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrNativeRect.h41 const int* asInts() const { in asInts() function
50 int* asInts() { return &fX; } in asInts() function
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrNativeRect.h41 const int* asInts() const { in asInts() function
50 int* asInts() { return &fX; } in asInts() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrNativeRect.h41 const int* asInts() const { in asInts() function
50 int* asInts() { return &fX; } in asInts() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrNativeRect.h41 const int* asInts() const { in asInts() function
50 int* asInts() { return &fX; } in asInts() function
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DGCMUtil.java92 public static int[] asInts(byte[] x) in asInts() method in GCMUtil
99 public static void asInts(byte[] x, int[] z) in asInts() method in GCMUtil