HomeSort by relevance Sort by last modified time
    Searched defs:Sk (Results 1 - 8 of 8) sorted by null

  /external/skia/tools/lua/
skia.lua 12 Sk = {}
14 function Sk.isFinite(x)
20 Sk.Rect = { left = 0, top = 0, right = 0, bottom = 0 }
21 Sk.Rect.__index = Sk.Rect
23 function Sk.Rect.new(l, t, r, b)
35 setmetatable(rect, Sk.Rect)
39 function Sk.Rect:width()
43 function Sk.Rect:height()
47 function Sk.Rect:isEmpty(
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Output.c 74 SOCKET *Sk;
79 Sk = Tcb->Sk;
80 ASSERT (Sk != NULL);
84 Win = SockGetFreeSpace (Sk, SOCK_RCV_BUF);
97 (2 * Increase >= GET_RCV_BUFFSIZE (Sk))) {
129 Wnd = GET_RCV_BUFFSIZE (Tcb->Sk);
186 SOCKET *Sk;
192 Sk = Tcb->Sk;
    [all...]
Tcp4Proto.h 168 SOCKET *Sk; ///< The socket it controled.
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpOutput.c 73 SOCKET *Sk;
78 Sk = Tcb->Sk;
79 ASSERT (Sk != NULL);
83 Win = SockGetFreeSpace (Sk, SOCK_RCV_BUF);
95 if ((Increase > Tcb->SndMss) || (2 * Increase >= GET_RCV_BUFFSIZE (Sk))) {
126 Wnd = GET_RCV_BUFFSIZE (Tcb->Sk);
181 SOCKET *Sk;
187 Sk = Tcb->Sk;
    [all...]
TcpProto.h 245 SOCKET *Sk; ///< The socket it controled.
  /external/libmojo/third_party/jinja2/
_stringdefs.py     [all...]
  /prebuilts/go/darwin-x86/src/unicode/
tables.go 45 "Sk": Sk,
    [all...]
  /prebuilts/go/linux-x86/src/unicode/
tables.go 45 "Sk": Sk,
    [all...]

Completed in 282 milliseconds