Searched refs:of (Results 1 – 13 of 13) sorted by relevance
/babblesim_base-3.4.0/libUtilv1/src/ |
D | bs_cmd_line.c | 55 int of = 0; in bs_is_option() local 58 if (arg[of] == '-') { in bs_is_option() 59 of++; in bs_is_option() 61 if (arg[of] == '-') { in bs_is_option() 62 of++; in bs_is_option() 66 if (strcmp(&arg[of], option) != 0) { in bs_is_option() 69 return of + to_match_len; in bs_is_option() 73 while (!(arg[of] == 0 && *option == 0)) { in bs_is_option() 75 if ((arg[of] == ':') || (arg[of] == '=')) { in bs_is_option() 76 of++; in bs_is_option() [all …]
|
/babblesim_base-3.4.0/common/docs/ |
D | LICENSE | 10 and distribution as defined by Sections 1 through 9 of this document. 15 "Legal Entity" shall mean the union of the acting entity and all 17 control with that entity. For the purposes of this definition, 19 direction or management of such entity, whether by contract or 20 otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 outstanding shares, or (iii) beneficial ownership of such entity. 31 transformation or translation of a Source form, including but 35 "Work" shall mean the work of authorship, whether in Source or 43 represent, as a whole, an original work of authorship. For the purposes 44 of this License, Derivative Works shall not include works that remain [all …]
|
D | folder_structure.txt | 7 │ ├── common Set of common scripts, documentation, etc 26 a set of environment variables are defined. These wil be set to the 42 COMPONENT_OUTPUT_DIR : Where the intermediate results of compiling a particular 44 By default the folder of the component being compiled
|
/babblesim_base-3.4.0/device_pause_simu/docs/ |
D | README.txt | 4 Used for testing of the phy, or for debugging (note that you can let a 5 simulation run until a given moment, pause, plug a debugger to one of the
|
/babblesim_base-3.4.0/device_empty/docs/ |
D | README.txt | 2 effectively using up one of the its interfaces
|
/babblesim_base-3.4.0/device_handbrake/docs/ |
D | README.txt | 1 This device slows down a simulation close to a ratio of the real time 9 Note2: Poking incurres in quite a lot of overhead, it will be difficult
|
/babblesim_base-3.4.0/libPhyComv1/docs/ |
D | README.md | 3 This library provides a basic set of functions for low level communication 7 directly in between them independently of the Phy. 38 independently of the Phy, for example to exchange side information in between
|
/babblesim_base-3.4.0/device_time_monitor/docs/ |
D | README.txt | 2 (for example if you want to monitor the progress of long simulations)
|
/babblesim_base-3.4.0/common/ |
D | make.lib_so.inc | 15 #phony target to trigger the rerun of the make of each library, but ensure that make checks if the …
|
D | make.lib_a.inc | 15 #phony target to trigger the rerun of the make of each library, but ensure that make checks if the …
|
D | make.lib_soeta.inc | 17 #phony target to trigger the rerun of the make of each library, but ensure that make checks if the …
|
D | make.lib_soeta64et32.inc | 20 #phony target to trigger the rerun of the make of each library, but ensure that make checks if the …
|
D | make.lib_a64et32.inc | 19 #phony target to trigger the rerun of the make of each library, but ensure that make checks if the …
|