Home
last modified time | relevance | path

Searched refs:o (Results 1 – 25 of 64) sorted by relevance

123

/openthread-3.6.0/third_party/mbedtls/repo/library/
DMakefile71 aes.o \
72 aesni.o \
73 arc4.o \
74 aria.o \
75 asn1parse.o \
76 asn1write.o \
77 base64.o \
78 bignum.o \
79 blowfish.o \
80 camellia.o \
[all …]
D.gitignore1 *.o
/openthread-3.6.0/third_party/tcplp/lib/test/
DMakefile6 %.o: ../%.c
9 test_all.o: test_all.c
12 test_all: test_all.o cbuf.o lbuf.o bitmap.o
13 clang test_all.o cbuf.o lbuf.o bitmap.o -o test_all
16 rm -f *.o test_all
/openthread-3.6.0/third_party/mbedtls/repo/programs/fuzz/
DMakefile2 MBEDTLS_TEST_OBJS:=$(patsubst %.c,%.o,$(wildcard ${MBEDTLS_TEST_PATH}/*.c ${MBEDTLS_TEST_PATH}/driv…
52 %.o: %.c
57 $(BINARIES): %$(EXEXT): %.o common.o $(DEP)
59 $(CXX) common.o $< $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
61 $(BINARIES): %$(EXEXT): %.o common.o onefile.o $(DEP)
63 $(CC) common.o onefile.o $< $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
68 rm -rf $(BINARIES) *.o
70 if exist *.o del /Q /F *.o
/openthread-3.6.0/tools/otci/otci/
Dtypes.py66 def __new__(cls, o: str):
67 ins = str.__new__(cls, o)
72 raise ValueError(o)
76 raise ValueError(o)
80 raise ValueError(o)
89 def __new__(cls, o: str):
90 ins = str.__new__(cls, o)
93 raise ValueError(o)
/openthread-3.6.0/third_party/tcplp/bsdtcp/
Dip.h98 #define IPOPT_COPIED(o) ((o)&0x80) argument
99 #define IPOPT_CLASS(o) ((o)&0x60) argument
100 #define IPOPT_NUMBER(o) ((o)&0x1f) argument
/openthread-3.6.0/third_party/mbedtls/repo/3rdparty/everest/
DMakefile.inc4 ../3rdparty/everest/library/everest.o \
5 ../3rdparty/everest/library/x25519.o \
6 ../3rdparty/everest/library/Hacl_Curve25519_joined.o
D.gitignore1 *.o
/openthread-3.6.0/tools/harness-automation/
Dgencsv.py19 o = open('./result.csv', 'w') variable
20 o.write('Case,Status,Started,Stopped,Reason\n')
22 o.write('%s,%s,%s,%s,%s\n' % (
/openthread-3.6.0/third_party/mbedtls/repo/tests/
DMakefile89 MBEDTLS_TEST_OBJS=$(patsubst %.c,%.o,$(wildcard src/*.c src/drivers/*.c))
102 src/%.o : src/%.c $(TEST_OBJS_DEPS)
106 src/drivers/%.o : src/drivers/%.c
145 rm -f src/*.o src/drivers/*.o src/libmbed*
152 if exist src/*.o del /Q /F src/*.o
153 if exist src/drivers/*.o del /Q /F src/drivers/*.o
D.gitignore13 src/*.o
14 src/drivers/*.o
/openthread-3.6.0/third_party/build_gn/toolchain/
DBUILD.gn7 …-MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_c}} -c {{source}} -o {{output}}"
11 "{{source_out_dir}}/{{target_output_name}}.{{source_name_part}}.o",
16 …MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}} -c {{source}} -o {{output}}"
20 "{{source_out_dir}}/{{target_output_name}}.{{source_name_part}}.o",
38 command = "g++ -shared {{ldflags}} -o $sofile -Wl,-soname=$soname @$rspfile"
58 …command = "g++ {{ldflags}} -o $outfile -Wl,--start-group @$rspfile {{solibs}} -Wl,--end-group {{li…
/openthread-3.6.0/tests/scripts/expect/
Dposix-rcp-stack-reset.exp41 set radio_pty [exec head -n1 $socat_out | grep -o {/dev/.\+}]
42 set host_pty [exec head -n2 $socat_out | tail -n1 | grep -o {/dev/.\+}]
/openthread-3.6.0/third_party/mbedtls/repo/programs/
DMakefile11 MBEDTLS_TEST_OBJS:=$(patsubst %.c,%.o,$(wildcard ${MBEDTLS_TEST_PATH}/*.c ${MBEDTLS_TEST_PATH}/driv…
288 SSL_TEST_OBJECTS = test/query_config.o ssl/ssl_test_lib.o
295 ssl/ssl_test_lib.o: ssl/ssl_test_lib.c ssl/ssl_test_lib.h $(DEP)
311 ssl/ssl_context_info$(EXEXT): ssl/ssl_context_info.c test/query_config.o test/query_config.h $(DEP)
313 …$(CC) $(LOCAL_CFLAGS) $(CFLAGS) ssl/ssl_context_info.c test/query_config.o $(LOCAL_LDFLAGS) $(LDFL…
352 test/query_config.o: test/query_config.c test/query_config.h $(DEP)
368 test/query_compile_time_config$(EXEXT): test/query_compile_time_config.c test/query_config.o test/q…
370 …$(CC) $(LOCAL_CFLAGS) $(CFLAGS) test/query_compile_time_config.c test/query_config.o $(LOCAL_LDFLA…
415 if exist *.o del /Q /F *.o
/openthread-3.6.0/third_party/jlink/SEGGER_RTT_V640/
DLicense.txt15 o Redistributions of source code must retain the above copyright
18 o Redistributions in binary form must reproduce the above
23 o Neither the name of SEGGER Microcontroller GmbH
/openthread-3.6.0/tests/scripts/thread-cert/
Dnetwork_data.py236 def __init__(self, border_router_16, prf, p, s, d, c, r, o, n, stable): argument
245 self._o = o
277 def o(self): member in BorderRouter
289 self.o == other.o and self.n == other.n)
301 self.o,
312 o = data_byte & 0x01
323 return BorderRouter(border_router_16, prf, p, s, d, c, r, o, n, message_info.stable)
DCert_5_6_02_NetworkDataRegisterBeforeAttachRouter.py140 border_router.flag.o == [1, 1] and p.thread_nwd.tlv.stable == [0, 1, 1, 1, 0, 0, 0])
149 … [1] and p.thread_nwd.tlv.border_router.flag.o == [1] and p.thread_nwd.tlv.stable == [1, 1, 1])
157 border_router.flag.o == [1, 1] and p.thread_nwd.tlv.stable == [0, 1, 1, 1, 0, 0, 0])
Dtest_network_data.py61 … (border_router.o & 0x01) | ((border_router.r & 0x01) << 1) | ((border_router.c & 0x01) << 2) |
702 o = any_o()
712 o,
718 actual_o = border_router.o
721 self.assertEqual(o, actual_o)
781 o = any_o()
788 network_data.BorderRouter(border_router_16, prf, p, s, d, c, r, o, n, stable))
805 self.assertEqual(o, actual_border_router.o)
DCert_7_1_01_BorderRouterAsLeader.py171 p.thread_nwd.tlv.border_router.flag.o == [1, 1] and\
216 p.thread_nwd.tlv.border_router.flag.o == [1] and\
260 p.thread_nwd.tlv.border_router.flag.o == [1, 1] and\
/openthread-3.6.0/third_party/mbedtls/repo/tests/data_files/dir-maxpath/
D05.key6 AwEHoUQDQgAEBHU9DhX+RlHK4F9l5ZQsicz/eDWeOuBrIAeqbDS7A3i/o+wFPqCc
/openthread-3.6.0/
D.gitignore7 *.o
/openthread-3.6.0/third_party/mbedtls/repo/tests/data_files/
Dtest-ca-sha1.crt16 8o+faQNUm8XzPVmttfAVspxeHSxJZ36Oo+QWZ5wZlCIEyjEdLUId+Tm4Bz3B5jRD
Dtest-ca.crt16 8o+faQNUm8XzPVmttfAVspxeHSxJZ36Oo+QWZ5wZlCIEyjEdLUId+Tm4Bz3B5jRD
Dcert_example_wildcard.crt17 Zw/hWy+g5yT12AT0dYwX1UeFT6JMXwwDrCG+W1uBY35wgTovrh5YYvNc1JFpzh+o
Drsa_pkcs1_1024_aes256.pem5 5yOXbxDDgomJtRFC9iBL819dU/vCOe0JlwdyQOQbagd1Efj7oErrMuVZJOl18d/o

123