HomeSort by relevance Sort by last modified time
    Searched refs:smb (Results 1 - 25 of 31) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
smb_fs.h 12 #include <linux/smb.h>
  /external/syslinux/com32/sysdump/
dmi.c 55 const struct smbios_header *smb = (void *)dptr; local
57 return !memcmp(smb->signature, "_SM_", 4) &&
58 !checksum(smb, smb->len) &&
64 const struct smbios_header *smb = (void *)dptr; local
65 struct smbios_header smx = *smb;
69 dptr, smb->dmi.tbladdr);
70 cpio_hdr(be, MODE_FILE, smb->dmi.tbllen + 32, filename);
81 write_data(be, (const void *)smb->dmi.tbladdr, smb->dmi.tbllen)
    [all...]
  /external/opencv/cv/src/
cvmatchcontours.cpp 64 int i, sma, smb; local
121 smb = 1;
123 smb = -1;
125 smb = 0;
130 amb = 1. / (smb * log10( amb ));
151 smb = 1;
153 smb = -1;
155 smb = 0;
160 amb = smb * log10( amb );
181 smb = 1
    [all...]
  /external/syslinux/core/
dmi.c 92 const struct smbios_header *smb = (void *)dptr; local
94 return !memcmp(smb->signature, "_SM_", 4) &&
95 !checksum(smb, smb->len) &&
  /frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
BallsRS.java 114 Mesh.AllocationBuilder smb = new Mesh.AllocationBuilder(mRS); local
115 smb.addVertexAllocation(mPoints.getAllocation());
116 smb.addIndexSetType(Mesh.Primitive.POINT);
117 Mesh smP = smb.create();
  /frameworks/opt/telephony/src/java/android/telephony/gsm/
SmsMessage.java 142 private SmsMessage(SmsMessageBase smb) {
143 mWrappedSmsMessage = smb;
  /frameworks/base/rs/java/android/renderscript/
Mesh.java 813 Builder smb = new Builder(mRS, usage); local
814 smb.addVertexType(mElement, mMaxIndex);
815 smb.addIndexSetType(Element.U16(mRS), mIndexCount, Primitive.TRIANGLE);
817 Mesh sm = smb.create();
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/DeviceTree/
fvp-foundation-gicv2-psci.dts 191 smb {
fvp-foundation-gicv2legacy-psci.dts 191 smb {
fvp-foundation-gicv3-psci.dts 198 smb {
fvp-base-gicv2-psci.dts 238 smb {
fvp-base-gicv2legacy-psci.dts 238 smb {
fvp-base-gicv3-psci.dts 245 smb {
  /device/linaro/bootloader/arm-trusted-firmware/fdts/
fvp-foundation-gicv2-psci.dts 187 smb {
fvp-foundation-gicv2legacy-psci.dts 187 smb {
fvp-foundation-gicv3-psci.dts 194 smb {
fvp-base-gicv2-psci.dts 234 smb {
  /external/curl/lib/
smb.c 38 #include "smb.h"
67 * SMB handler interface
70 "SMB", /* scheme */
119 /* Append a string to an SMB message */
124 /* Append a null-terminated string to an SMB message */
129 /* SMB is mostly little endian */
162 /* SMB request state */
174 /* SMB request data */
186 struct smb_conn *smb = &conn->proto.smbc; local
198 if(smb->state != newstate
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
locale.py 272 smb = conv[international and 'int_curr_symbol' or 'currency_symbol']
277 s = smb + (separated and ' ' or '') + s
279 s = s + (separated and ' ' or '') + smb
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
locale.py 266 smb = conv[international and 'int_curr_symbol' or 'currency_symbol']
271 s = smb + (separated and ' ' or '') + s
273 s = s + (separated and ' ' or '') + smb
    [all...]
  /external/python/cpython2/Lib/
locale.py 274 smb = conv[international and 'int_curr_symbol' or 'currency_symbol']
279 s = smb + (separated and ' ' or '') + s
281 s = s + (separated and ' ' or '') + smb
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
locale.py 272 smb = conv[international and 'int_curr_symbol' or 'currency_symbol']
277 s = smb + (separated and ' ' or '') + s
279 s = s + (separated and ' ' or '') + smb
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
locale.py 272 smb = conv[international and 'int_curr_symbol' or 'currency_symbol']
277 s = smb + (separated and ' ' or '') + s
279 s = s + (separated and ' ' or '') + smb
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 272 smb = conv[international and 'int_curr_symbol' or 'currency_symbol']
277 s = smb + (separated and ' ' or '') + s
279 s = s + (separated and ' ' or '') + smb
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 272 smb = conv[international and 'int_curr_symbol' or 'currency_symbol']
277 s = smb + (separated and ' ' or '') + s
279 s = s + (separated and ' ' or '') + smb
    [all...]

Completed in 1022 milliseconds

1 2