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

  /frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
MultipartTest.java 54 String boundry = EncodingUtils.getAsciiString(me.getMultipartBoundary()); local
57 contentType.append(boundry);
63 output.append(boundry);
77 output.append(boundry);
96 output.append(boundry);
110 output.append(boundry);
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
start.S 249 cmpw $0x80, %ax # See if it crosses a 64K boundry
250 jle NotCrossing64KBoundry # Branch if not crossing 64K boundry
251 subw $0x80, %ax # ax = Number of blocks past 64K boundry
    [all...]
start16.S 243 cmpw $0x80, %ax # See if it crosses a 64K boundry
244 jle NotCrossing64KBoundry # Branch if not crossing 64K boundry
245 subw $0x80, %ax # ax = Number of blocks past 64K boundry
    [all...]
start32.S 258 cmpw $0x80, %ax # See if it crosses a 64K boundry
259 jle NotCrossing64KBoundry # Branch if not crossing 64K boundry
260 subw $0x80, %ax # ax = Number of blocks past 64K boundry
    [all...]
st16_64.S 255 cmpw $0x80,%ax # See if it crosses a 64K boundry
256 jle NotCrossing64KBoundry # Branch if not crossing 64K boundry
257 subw $0x80,%ax # ax = Number of blocks past 64K boundry
    [all...]
st32_64.S 270 cmpw $0x80,%ax # See if it crosses a 64K boundry
271 jle NotCrossing64KBoundry # Branch if not crossing 64K boundry
272 subw $0x80,%ax # ax = Number of blocks past 64K boundry
    [all...]
start64.S 262 cmpw $0x80,%ax # See if it crosses a 64K boundry
263 jle NotCrossing64KBoundry # Branch if not crossing 64K boundry
264 subw $0x80,%ax # ax = Number of blocks past 64K boundry
    [all...]
st16_64.asm 251 cmp ax,080h ; See if it crosses a 64K boundry
252 jle NotCrossing64KBoundry ; Branch if not crossing 64K boundry
253 sub ax,080h ; ax = Number of blocks past 64K boundry
    [all...]
st32_64.asm 267 cmp ax,080h ; See if it crosses a 64K boundry
268 jle NotCrossing64KBoundry ; Branch if not crossing 64K boundry
269 sub ax,080h ; ax = Number of blocks past 64K boundry
    [all...]
start.asm 246 cmp ax,080h ; See if it crosses a 64K boundry
247 jle NotCrossing64KBoundry ; Branch if not crossing 64K boundry
248 sub ax,080h ; ax = Number of blocks past 64K boundry
    [all...]
start16.asm 239 cmp ax,080h ; See if it crosses a 64K boundry
240 jle NotCrossing64KBoundry ; Branch if not crossing 64K boundry
241 sub ax,080h ; ax = Number of blocks past 64K boundry
    [all...]
start32.asm 254 cmp ax,080h ; See if it crosses a 64K boundry
255 jle NotCrossing64KBoundry ; Branch if not crossing 64K boundry
256 sub ax,080h ; ax = Number of blocks past 64K boundry
    [all...]
start64.asm 258 cmp ax,080h ; See if it crosses a 64K boundry
259 jle NotCrossing64KBoundry ; Branch if not crossing 64K boundry
260 sub ax,080h ; ax = Number of blocks past 64K boundry
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/mips/
o32.S 69 and v0, -8 # to an 8 byte boundry
n32.S 79 and v0, t4, -2 * FFI_SIZEOF_ARG # to a proper boundry.

Completed in 842 milliseconds